Debug v17
This commit is contained in:
parent
303dc71df8
commit
b74d9829d1
@ -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