Require bookmark code when we use it.

This commit is contained in:
Michal Čihař
2005-12-08 19:39:34 +00:00
parent 044b696570
commit 826c11215b
2 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ $Source$
if auth with default values fails. if auth with default values fails.
* libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER * libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
array (bug #1370414). array (bug #1370414).
* libraries/sql_query_form.lib.php: Require bookmark code when we use it.
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net> 2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/tbl_move_copy.php: added PMA_table_rename() * libraries/tbl_move_copy.php: added PMA_table_rename()

View File

@@ -12,6 +12,7 @@
*/ */
require_once('./libraries/file_listing.php'); // used for file listing require_once('./libraries/file_listing.php'); // used for file listing
require_once('./libraries/bookmark.lib.php'); // used for file listing
/** /**
* prints the sql query boxes * prints the sql query boxes