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:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-16 12:18:21 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-09-16 12:18:21 +0400
commita6234ae0a35b59fb0b107f2dfad2b01a0cd322b5 (patch)
tree74d9ee5c94a7296c760b412b5a99688a6e509aa5 /db_routines.php
parent4fdc2241357286e75742b9c5240fdd8483993df4 (diff)
Renamed the file to Util.class.php and modify the relavant files
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_routines.php b/db_routines.php
index 4dd036ab83..0ec30b10d8 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -10,7 +10,7 @@
* Include required files
*/
require_once 'libraries/common.inc.php';
-require_once 'libraries/CommonFunctions.class.php';
+require_once 'libraries/Util.class.php';
require_once 'libraries/mysql_charsets.lib.php';
/**