Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / config.php
index bb0defe49daae41bae1b5e4af19becf517bf6478..dfefbcb9b09d235d8b303b0d4fce6eab64d0a1c1 100644 (file)
@@ -48,7 +48,7 @@ $cfg->setConfigEntry('local_db_path', $cfg->getConfigEntry('base_path') . 'db/')
 $cfg->setDefaultTimezone('Europe/Berlin');
 
 // CFG: MAGIC-QUOTES-RUNTIME
-$cfg->setMagicQuotesRuntime(false);
+$cfg->setMagicQuotesRuntime(FALSE);
 
 // CFG: CLASS-PREFIX
 $cfg->setConfigEntry('class_prefix', 'class_');