From: <gem...@li...> - 2013-01-21 16:39:01
|
Revision: 1119 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=1119&view=rev Author: matijsdejong Date: 2013-01-21 16:38:54 +0000 (Mon, 21 Jan 2013) Log Message: ----------- Disabled debug code Modified Paths: -------------- trunk/library/classes/MUtil/Model/ModelAbstract.php Modified: trunk/library/classes/MUtil/Model/ModelAbstract.php =================================================================== --- trunk/library/classes/MUtil/Model/ModelAbstract.php 2013-01-21 16:03:15 UTC (rev 1118) +++ trunk/library/classes/MUtil/Model/ModelAbstract.php 2013-01-21 16:38:54 UTC (rev 1119) @@ -1067,7 +1067,7 @@ public function loadFirst($filter = true, $sort = true) { $row = $this->_loadFirst($filter, $sort); - MUtil_Echo::track($row); + // MUtil_Echo::track($row); if (! is_array($row)) { // Return false @@ -1076,7 +1076,7 @@ // Transform the row $data = $this->processAfterLoad(array($row)); - MUtil_Echo::track($data); + // MUtil_Echo::track($data); // Return resulting first row return reset($data); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |