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-06-24 16:52:33 +0400
committerRouslan Placella <rouslan@placella.com>2011-06-24 16:52:33 +0400
commit3b1edd95e624c17c0bd6fe939c41f968c667e938 (patch)
treee43154380b9e46b40d64ba2eb58d725743847412 /db_events.php
parent75fd7df711d360559e58425fa811cd42610bbe62 (diff)
Renamed db_events.inc.php to db_events.lib.php
Diffstat (limited to 'db_events.php')
-rw-r--r--db_events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_events.php b/db_events.php
index 3db4d8d1e8..9ff38480b3 100644
--- a/db_events.php
+++ b/db_events.php
@@ -5,7 +5,7 @@
*/
require_once './libraries/common.inc.php';
require_once './libraries/common.lib.php';
-require_once './libraries/db_events.inc.php';
+require_once './libraries/db_events.lib.php';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'db_events.js';