Debug v17
This commit is contained in:
parent
303dc71df8
commit
b74d9829d1
@ -38,7 +38,7 @@ function printDropdownBookmarksList()
|
|||||||
|
|
||||||
$authorized_var=array('limit','optioncss','contextpage');
|
$authorized_var=array('limit','optioncss','contextpage');
|
||||||
$url = $_SERVER["PHP_SELF"];
|
$url = $_SERVER["PHP_SELF"];
|
||||||
$url_param=array();
|
$url_param = array();
|
||||||
if (!empty($_SERVER["QUERY_STRING"])) {
|
if (!empty($_SERVER["QUERY_STRING"])) {
|
||||||
if (is_array($_GET)) {
|
if (is_array($_GET)) {
|
||||||
foreach ($_GET as $key => $val) {
|
foreach ($_GET as $key => $val) {
|
||||||
@ -79,7 +79,7 @@ function printDropdownBookmarksList()
|
|||||||
|
|
||||||
$url .= ($tmpurl ? '?'.$tmpurl : '');
|
$url .= ($tmpurl ? '?'.$tmpurl : '');
|
||||||
if (!empty($url_param)) {
|
if (!empty($url_param)) {
|
||||||
$url .= '&'.implode('&', $url_param);
|
$url .= (strpos($url, '?') > 0 ? '&' : '?').implode('&', $url_param);
|
||||||
}
|
}
|
||||||
|
|
||||||
$searchForm = '<!-- form with POST method by default, will be replaced with GET for external link by js -->'."\n";
|
$searchForm = '<!-- form with POST method by default, will be replaced with GET for external link by js -->'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user