SOURCES: eventum-config.php - php 4.4.0 fixes

glen glen at pld-linux.org
Wed Oct 26 16:18:52 CEST 2005


Author: glen                         Date: Wed Oct 26 14:18:52 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- php 4.4.0 fixes

---- Files affected:
SOURCES:
   eventum-config.php (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/eventum-config.php
diff -u SOURCES/eventum-config.php:1.7 SOURCES/eventum-config.php:1.8
--- SOURCES/eventum-config.php:1.7	Mon Jun 13 11:10:17 2005
+++ SOURCES/eventum-config.php	Wed Oct 26 16:18:47 2005
@@ -77,9 +77,9 @@
 }
 
 // fix magic_quote_gpc'ed values (i wish i knew who is the person behind this)
-$HTTP_GET_VARS =& Misc::dispelMagicQuotes($HTTP_GET_VARS);
-$HTTP_POST_VARS =& Misc::dispelMagicQuotes($HTTP_POST_VARS);
-$_REQUEST =& Misc::dispelMagicQuotes($_REQUEST);
+$HTTP_GET_VARS = Misc::dispelMagicQuotes($HTTP_GET_VARS);
+$HTTP_POST_VARS = Misc::dispelMagicQuotes($HTTP_POST_VARS);
+$_REQUEST = Misc::dispelMagicQuotes($_REQUEST);
 
 // handle the language preferences now
 include_once(APP_INC_PATH . "class.language.php");
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/eventum-config.php?r1=1.7&r2=1.8&f=u




More information about the pld-cvs-commit mailing list