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:
authorBimal Yashodha <kb.yashodha@gmail.com>2014-08-14 05:52:32 +0400
committerBimal Yashodha <kb.yashodha@gmail.com>2014-08-14 05:52:32 +0400
commit285c18acdd422205726f287b20fe5dd30ddcca57 (patch)
treefd5ff2ce4e872018b34ec9426f9f355ac159dd95 /db_qbe.php
parent7e1f1d21efb14218ee1d807430d778d14a5bd0f8 (diff)
Use db_desginer.php as a route for all designer operation. Combine pmd_general.lib.php and designer.lib.php into db_designer.lib.php
Signed-off-by: Bimal Yashodha <kb.yashodha@gmail.com>
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_qbe.php b/db_qbe.php
index fcf052f9ae..e703a0aca4 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -112,7 +112,7 @@ $db_qbe = new PMA_DBQbe($GLOBALS['db'], $savedSearchList, $savedSearch);
* Displays the Query by example form
*/
if ($cfgRelation['pdfwork']) {
- $url = 'pmd_general.php' . PMA_URL_getCommon(
+ $url = 'db_designer.php' . PMA_URL_getCommon(
array_merge(
$url_params,
array('query' => 1)