Some cleanups, more usage of ObjectFactory:
[core.git] / inc / database.php
index 6a64487734d39c55a4aaccc832fd2187a3716e27..54329fdeff19c33bff97b7407934e1c23ca1b72f 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 // Initialize database layer
-$databaseInstance = null;
+$databaseInstance = NULL;
 
 // Generate FQFN for the database layer
 $fqfn = FrameworkConfiguration::getInstance()->getConfigEntry('base_path') . 'inc/database/lib-' . FrameworkConfiguration::getInstance()->getConfigEntry('db_type') . '.php';