Revision: 3166
Author:   jaim...@gmail.com
Date:     Thu Sep 20 03:18:54 2012
Log:      Fix for compatibility with PHP versions greater or equal to 5.4.x.
http://code.google.com/p/simplesamlphp/source/detail?r=3166

Modified:
 /trunk/modules/core/www/frontpage_config.php

=======================================
--- /trunk/modules/core/www/frontpage_config.php        Sun Feb 12 23:41:25 2012
+++ /trunk/modules/core/www/frontpage_config.php        Thu Sep 20 03:18:54 2012
@@ -131,7 +131,7 @@
 $funcmatrix[] = array(
        'required' => 'reccomended',
        'descr' => 'Magic Quotes should be turned off',
-       'enabled' => (get_magic_quotes_runtime() === 0)
+       'enabled' => (get_magic_quotes_runtime() == 0)
 );


--
You received this message because you are subscribed to the Google Groups 
"simpleSAMLphp commits" group.
To post to this group, send email to simplesamlphp-commits@googlegroups.com.
To unsubscribe from this group, send email to 
simplesamlphp-commits+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/simplesamlphp-commits?hl=en.

Reply via email to