From 7bf0ee3f06f58a4b8bd24dff9341c4a05ce9c8dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 19 Aug 2001 13:45:33 +0000 Subject: [PATCH] Handles some vars for the "modify a query" link --- lib.inc.php3 | 6 +++++- main.php3 | 8 ++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lib.inc.php3 b/lib.inc.php3 index fb3d24e79..06a0b10a1 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -488,10 +488,14 @@ if (!defined('__LIB_INC__')){ // Reloads the navigation frame via JavaScript if required if (!empty($GLOBALS['reload']) && ($GLOBALS['reload'] == 'true')) { echo "\n"; + $reload_url = './left.php3' + . '?lang=' . $GLOBALS['lang'] + . '&server=' . $GLOBALS['server'] + . ((!empty($GLOBALS['db'])) ? '&db=' . urlencode($GLOBALS['db']) : ''); ?>