1.4.7 cleans globals too
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 22 Jul 2006 17:56:52 +0000 (17:56 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 22 Jul 2006 17:56:52 +0000 (17:56 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11428 7612ce4b-ef26-0410-bec9-ea0150e637f0

doc/Development/plugin.txt

index 134447e8c38a975ab57c1002b34906db1d3c543c..ed09f7dcfaa13ed8cccb03d6d40218f6f8ca2869 100644 (file)
@@ -254,7 +254,7 @@ specific to SquirrelMail 1.3.2 - 1.5.1. Script layout was changed in 1.5.2.
       8.4. functions/global.php
    9. functions/prefs.php (already loaded. see 7.2)
 
-Since SquirrelMail 1.5.1 functions/global.php file must be loaded before
+In SquirrelMail 1.4.7+ and 1.5.1 functions/global.php file must be loaded before
 setting any own global variables. If variables are set before loading
 functions/global.php library, they can be corrupted in PHP register_globals=On
 setups.