diff --git a/ChangeLog b/ChangeLog index fefd49fbf..914418224 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-07-30 Marc Delisle + * tbl_move_copy.php3: wrong Missing message + 2003-07-30 Alexander M. Turek * server_privileges.php3: Implemented some version checks to avoid bugs like #777785. diff --git a/tbl_move_copy.php3 b/tbl_move_copy.php3 index f1cc6f0a0..bb5f218b1 100644 --- a/tbl_move_copy.php3 +++ b/tbl_move_copy.php3 @@ -4,6 +4,8 @@ // Check parameters +require('./libraries/grab_globals.lib.php3'); + if (!defined('PMA_COMMON_LIB_INCLUDED')) { include('./libraries/common.lib.php3'); }