Turned debug off, and fixed a debug problem.

This commit is contained in:
skeeter 2002-04-13 03:20:53 +00:00
parent a862c217c0
commit bf2fed7c0f

View File

@ -26,7 +26,7 @@
var $holiday_color;
var $debug = False;
var $debug = True;
// var $debug = True;
var $cat_id;
var $tz_offset;
@ -3670,7 +3670,7 @@
if($this->debug)
{
$this->_debug_array($daily);
_debug_array($daily);
}
return $daily;