ZF-2611: Debug code slipped through
Description
From Date.php:
2155 if (!empty($tmpdate)) { 2156 $zone = $this->_findZone($tmpdate); 2157 print "\nDATE:$tmpdate:ZONE:$zone"; 2158 if ($zone != 0) { 2159 $timematch[1] += $zone; 2160 }
From Date.php:
2155 if (!empty($tmpdate)) { 2156 $zone = $this->_findZone($tmpdate); 2157 print "\nDATE:$tmpdate:ZONE:$zone"; 2158 if ($zone != 0) { 2159 $timematch[1] += $zone; 2160 }
Comments
Posted by Thomas Weidner (thomas) on 2008-02-11T06:05:39.000+0000
Please look always if a problem is already fixed within the trunk or was already reported in past before opening a new one.
This issue has been reported in past and was already fixed in 23.January.