1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

PHP notice removal

This commit is contained in:
SecretR 2013-03-04 14:08:41 +02:00
parent 4303acdfbc
commit beb5f3e32d

View File

@ -33,6 +33,7 @@ class e107_db_debug {
var $scbcount;
var $deprecated_funcs = array();
var $aLog = array(); // Generalized debug log (only seen during debug)
var $aIncList = array(); // Included files
function __construct()
{