fixed bug #614303 (Duplicate args in table tabs links)

This commit is contained in:
Loïc Chapeaux
2002-09-27 15:15:11 +00:00
parent 4a71ee52e1
commit 9344d5ea79
13 changed files with 15 additions and 29 deletions

View File

@@ -56,7 +56,6 @@ $url_query = 'lang=' . $lang
. '&convcharset=' . $convcharset
. '&server=' . $server
. '&db=' . urlencode($db)
. '&table=' . urlencode($table)
. '&goto=tbl_properties.php3';
. '&table=' . urlencode($table);
?>