[Cs-content-commits] SF.net SVN: cs-content:[360] trunk/1.0/contentSystem.class.php
PHP Templating & Includes System
Brought to you by:
crazedsanity
|
From: <cra...@us...> - 2009-02-06 20:38:44
|
Revision: 360
http://cs-content.svn.sourceforge.net/cs-content/?rev=360&view=rev
Author: crazedsanity
Date: 2009-02-06 20:38:40 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
Remove debug_print statement.
/contentSystem.class.php:
* add_include():
-- remove debug_print statement (for testing).
Modified Paths:
--------------
trunk/1.0/contentSystem.class.php
Modified: trunk/1.0/contentSystem.class.php
===================================================================
--- trunk/1.0/contentSystem.class.php 2009-02-06 16:47:03 UTC (rev 359)
+++ trunk/1.0/contentSystem.class.php 2009-02-06 20:38:40 UTC (rev 360)
@@ -883,7 +883,6 @@
private final function add_include($file) {
$myFile = $this->fileSystemObj->realcwd .'/'. $file;
if(!array_search($myFile, $this->includesList)) {
- $this->gfObj->debug_print(__METHOD__ .": adding (". $myFile .")");
$this->includesList[] = $myFile;
}
}//end add_include()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|