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 /prefs_forms.php
parentffae07abda9cc3538c4ae137466595c633c1a21f (diff)
Better names for URL generating functions
Diffstat (limited to 'prefs_forms.php')
-rw-r--r--prefs_forms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs_forms.php b/prefs_forms.php
index 52d25d91e6..5d8b787dee 100644
--- a/prefs_forms.php
+++ b/prefs_forms.php
@@ -44,7 +44,7 @@ if (isset($_POST['revert'])) {
$url_params = array('form' => $form_param);
PMA_sendHeaderLocation(
$cfg['PmaAbsoluteUri'] . 'prefs_forms.php'
- . PMA_generate_common_url($url_params, '&')
+ . PMA_URL_getCommon($url_params, '&')
);
exit;
}