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:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-04 06:56:27 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-05-04 06:56:27 +0400
commit42256b2d0cdc1d405f34a20d2fcb4224f4545a40 (patch)
treefabcdd9b2e6339271d6b44a2a71c7ac7975698c5 /tbl_addfield.php
parent85e16d8bdc641a0d99d5c0fb6894f6130ac52e63 (diff)
PMA_DBI_select_db --> PMA_DBI_selectDb
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 a456badde9..259581025b 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -170,7 +170,7 @@ if (isset($_REQUEST['do_save_data'])) {
// To allow replication, we first select the db to use and then run queries
// on this db.
- PMA_DBI_select_db($db)
+ PMA_DBI_selectDb($db)
or PMA_Util::mysqlDie(
PMA_DBI_getError(), 'USE ' . PMA_Util::backquote($db), '', $err_url
);