Text/SearchParser.php
authorAlan Knowles <alan@roojs.com>
Thu, 23 Aug 2012 06:46:36 +0000 (14:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 23 Aug 2012 06:46:36 +0000 (14:46 +0800)
Text/SearchParser.php

index 8e4ec36..2fd0bab 100644 (file)
@@ -168,7 +168,7 @@ class Text_SearchParser_Tokenizer {
                     $this->addStr($str); 
                     $str = '';
                 }
-                var_dump($c.$rest);
+                var_dump($c.$rest);exit;
                 // adds a unique character..
                 $this->addStr( $c . $rest);