New URL and hidden input generating stuff.
This commit is contained in:
@@ -14,12 +14,7 @@ require('./libraries/common.lib.php3');
|
||||
/**
|
||||
* Defines the url to return to in case of error in a sql statement
|
||||
*/
|
||||
$err_url = 'tbl_properties.php3'
|
||||
. '?lang=' . $lang
|
||||
. '&convcharset=' . $convcharset
|
||||
. '&server=' . $server
|
||||
. '&db=' . urlencode($db)
|
||||
. '&table=' . urlencode($table);
|
||||
$err_url = 'tbl_properties.php3?' . PMA_generate_common_url($db, $table);
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user