Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2013-08-07 12:58:17 +0400
committerMichal Čihař <mcihar@suse.cz>2013-08-07 12:58:17 +0400
commit0a3d1d5be80a93d24e40b3e90c5b6491da1141fd (patch)
tree7d9eeaa3eac1d68decea74702b708df4d35372c3 /tbl_addfield.php
parentffae07abda9cc3538c4ae137466595c633c1a21f (diff)
Better names for URL generating functions
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 4b2c3fe216..4968840863 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -23,7 +23,7 @@ PMA_Util::checkParameters(array('db', 'table'));
/**
* Defines the url to return to in case of error in a sql statement
*/
-$err_url = 'tbl_sql.php?' . PMA_generate_common_url($db, $table);
+$err_url = 'tbl_sql.php?' . PMA_URL_getCommon($db, $table);
/**
* The form used to define the field to add has been submitted