[Cs-content-commits] SF.net SVN: cs-content:[480] trunk/1.0/__autoload.php
PHP Templating & Includes System
Brought to you by:
crazedsanity
From: <cra...@us...> - 2010-07-12 23:37:37
|
Revision: 480 http://cs-content.svn.sourceforge.net/cs-content/?rev=480&view=rev Author: crazedsanity Date: 2010-07-12 23:37:31 +0000 (Mon, 12 Jul 2010) Log Message: ----------- Stop debug printing the "ls" data on failure. Modified Paths: -------------- trunk/1.0/__autoload.php Modified: trunk/1.0/__autoload.php =================================================================== --- trunk/1.0/__autoload.php 2010-07-09 16:41:44 UTC (rev 479) +++ trunk/1.0/__autoload.php 2010-07-12 23:37:31 UTC (rev 480) @@ -53,7 +53,6 @@ if(function_exists('cs_debug_backtrace')) { cs_debug_backtrace(1); } - $gf->debug_print($lsData,1); exit; } }//end __autoload() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |