-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment: 5.3.0-alpha2
Database:
Next PHP 5.3 compatibility thing:
install/database_update.php
set_magic_quotes_runtime(0);
|
needs to be quitened because of the E_DEPRECATED error produced by this.
@set_magic_quotes_runtime(0);
|