r405 - incubator/classes/XML

From: <skshAT@ATshadanakar.org>
Date: Fri, 27 May 2005 10:53:13 +0400 (MSD)

Author: sksh
Date: 2005-05-27 10:53:12 +0400 (Fri, 27 May 2005)
New Revision: 405

Modified:
   incubator/classes/XML/XMLParser.class.php
Log:
+ small changes

Modified: incubator/classes/XML/XMLParser.class.php
===================================================================
--- incubator/classes/XML/XMLParser.class.php 2005-05-27 06:51:26 UTC (rev 404)
+++ incubator/classes/XML/XMLParser.class.php 2005-05-27 06:53:12 UTC (rev 405)
@@ -43,7 +43,7 @@
                         return $this;
                 }
         
- public function parse($file)
+ public function parse()
                 {
                         try {
                                 while ($data = fread($this->filePointer, self::BUFFER_SIZE))
Received on Fri May 27 2005 - 10:53:13 MSD

This archive was generated by hypermail 2.2.0 : Sat Oct 27 2007 - 19:25:34 MSD