Update:Archive/1.0/Developers: Difference between revisions

No edit summary
Line 304: Line 304:
====/core/dbconfig.php====
====/core/dbconfig.php====
* [48] $db (a boolean) is assigned to the returned value of mysql_select_db, but never used anywhere
* [48] $db (a boolean) is assigned to the returned value of mysql_select_db, but never used anywhere
* This file is pointless.  DB information should just be defined in config.php.
* This file should not create the connection.  Connections should only be created when they will be used.  As it stands, this forces every page on UMO to create a DB connection whether or not it will be used for anything.


====/core/inc_browserdetection.php====
====/core/inc_browserdetection.php====
3,035

edits