Author: Vadym Savchuk Date: 2005-12-07 18:39:08 +0100 (Wed, 07 Dec 2005) New Revision: 1300
Log: - Removed unwanted output. Modified: packages/Template/trunk/src/interfaces/element_parser.php Modified: packages/Template/trunk/src/interfaces/element_parser.php =================================================================== --- packages/Template/trunk/src/interfaces/element_parser.php 2005-12-07 15:04:12 UTC (rev 1299) +++ packages/Template/trunk/src/interfaces/element_parser.php 2005-12-07 17:39:08 UTC (rev 1300) @@ -332,10 +332,12 @@ { $this->status = $this->subParser->status; if ( $this->parser->debug ) + { echo "sub-parser ", get_class( $this->subParser ), " failed partially from ", $this->subParser->startCursor->position, " to ", $this->subParser->endCursor->position; - echo ", returning true\n"; + echo ", returning true\n"; + } return true; } @@ -388,10 +390,12 @@ { $this->status = $this->subParser->status; if ( $this->parser->debug ) + { echo "sub-parser ", get_class( $this->subParser ), " failed partially from ", $this->subParser->startCursor->position, " to ", $this->subParser->endCursor->position; - echo ", returning true\n"; + echo ", returning true\n"; + } return false; } -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components