- common.lib.php should REALLY REALLY and ALWAYS be the first include

- no other calls to grab_gloabls.lib.php
This commit is contained in:
Sebastian Mendel
2005-11-18 13:02:36 +00:00
parent fcf387bc70
commit ec0013dbf6
7 changed files with 1 additions and 12 deletions

View File

@@ -48,7 +48,6 @@
*/
// grab_globals.lib.php should really go before common.lib.php
// TODO: remove direct calling from elsewhere
require_once('./libraries/grab_globals.lib.php');
/**