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:
authorRouslan Placella <rouslan@placella.com>2011-07-05 19:04:08 +0400
committerRouslan Placella <rouslan@placella.com>2011-07-05 19:04:08 +0400
commit7857a05de33377652ac41ce5fcc66e8cbebff57d (patch)
tree60f5f8055a0f31d20488a795266c22d9e1caba33 /db_routines.php
parent9c11b373fbdf4d5f4ae0fb9d1a966b75f8839ce8 (diff)
Removed pointless constant 'ITEM'
Diffstat (limited to 'db_routines.php')
-rw-r--r--db_routines.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_routines.php b/db_routines.php
index 7f7e9d22be..499793b06c 100644
--- a/db_routines.php
+++ b/db_routines.php
@@ -30,7 +30,6 @@ require_once './libraries/rte/rte_common.lib.php';
/**
* Do the magic
*/
-define('ITEM', 'routines');
require_once './libraries/rte/rte_main.inc.php';
?>