Code

Ensure that also a single comment will be shown.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Mar 2007 09:03:36 +0000 (09:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 22 Mar 2007 09:03:36 +0000 (09:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5853 594d385d-05f5-0310-b6e9-bd551577e9d8

include/sieve/class_My_Parser.inc

index 912422360f1cedd5cc95741e3c2ff4375ed6fa2d..34d5de1215c3f01ed93422854527398510f20d57 100644 (file)
@@ -43,6 +43,7 @@ class My_Parser extends Parser
         if ($this->commands_($this->tree_->getRoot()) &&
             $this->scanner_->nextTokenIs('script-end'))
         {
+                       $this->scanner_->nextToken(); 
             return $this->success_('success');
         }