fixed bug #614303 (Duplicate args in table tabs links)
This commit is contained in:
@@ -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);
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user