[Phphtmllib-devel] SF.net SVN: phphtmllib:[3255] trunk/phphtmllib/src/db/DataBase.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2009-10-14 01:56:04
|
Revision: 3255 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3255&view=rev Author: hemna Date: 2009-10-14 01:55:56 +0000 (Wed, 14 Oct 2009) Log Message: ----------- added a global db_debug option that can bet set in the config Modified Paths: -------------- trunk/phphtmllib/src/db/DataBase.inc Modified: trunk/phphtmllib/src/db/DataBase.inc =================================================================== --- trunk/phphtmllib/src/db/DataBase.inc 2009-10-14 01:00:23 UTC (rev 3254) +++ trunk/phphtmllib/src/db/DataBase.inc 2009-10-14 01:55:56 UTC (rev 3255) @@ -110,6 +110,8 @@ } $this->init_cache(); + + self::$debug = $GLOBALS['config']->get('db_debug', false); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |