New URL and hidden input generating stuff.

This commit is contained in:
Michal Čihař
2003-01-08 13:50:30 +00:00
parent cbb9ea86d6
commit 1e8447e111
50 changed files with 229 additions and 559 deletions

View File

@@ -25,9 +25,7 @@ if (isset($table)) {
/**
* Set parameters for links
*/
$url_query = 'lang=' . $lang
. '&convcharset=' . $convcharset
. '&server=' . $server;
$url_query = PMA_generate_common_url();
/**
* Defines the urls to return to in case of error in a sql statement
@@ -51,4 +49,4 @@ if (!empty($message)) {
*/
$is_superuser = @PMA_mysql_query('USE mysql', $userlink);
?>
?>