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-30 16:12:26 +0400
committerRouslan Placella <rouslan@placella.com>2011-06-30 16:12:26 +0400
commitcf61fb1270d0efc4759723dd3467e117fa657eb2 (patch)
tree73bca49e92d372b2c1746599ccfc6b176cc0bce5 /db_triggers.php
parentb4b56ed461d639efc352f621af0dcf34035ad293 (diff)
Prototype integration of Triggers editor.
Diffstat (limited to 'db_triggers.php')
-rw-r--r--db_triggers.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/db_triggers.php b/db_triggers.php
index ce5162bb97..cc7ce8c0ed 100644
--- a/db_triggers.php
+++ b/db_triggers.php
@@ -17,6 +17,7 @@ require_once './libraries/common.lib.php';
*/
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.js';
$GLOBALS['js_include'][] = 'db_triggers.js';
+$GLOBALS['js_include'][] = 'db_routines.js'; // FIXME
/**
* Include all other files