Missing variables messages

This commit is contained in:
Marc Delisle
2003-07-28 17:48:12 +00:00
parent 75bb8d52cb
commit 3959ff5f5b
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ $Source$
2003-07-28 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: bug 778899, could not create a bookmark
* ldi_table.php3: Users with register_global=off received some
Missing messages, due to a missing "require" in ldi_table.php3
2003-07-27 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: A user could not edit his own global privileges.

View File

@@ -7,6 +7,8 @@
* This file defines the forms used to insert a textfile into a table
*/
require('./libraries/grab_globals.lib.php3');
// Check parameters
if (!defined('PMA_COMMON_LIB_INCLUDED')) {
include('./libraries/common.lib.php3');