[pLog-svn] r2388 - plog/branches/plog-1.0.2/class/net

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Aug 2 12:19:50 GMT 2005


Author: jondaley
Date: 2005-08-02 12:19:50 +0000 (Tue, 02 Aug 2005)
New Revision: 2388

Modified:
   plog/branches/plog-1.0.2/class/net/linkformatmatcher.class.php
Log:
removed unused variable

Modified: plog/branches/plog-1.0.2/class/net/linkformatmatcher.class.php
===================================================================
--- plog/branches/plog-1.0.2/class/net/linkformatmatcher.class.php	2005-08-02 11:35:57 UTC (rev 2387)
+++ plog/branches/plog-1.0.2/class/net/linkformatmatcher.class.php	2005-08-02 12:19:50 UTC (rev 2388)
@@ -42,7 +42,6 @@
          */
         function identify()
         {
-            $match = false;
             foreach( $this->_formats as $key => $format ) {
                 $lp = new LinkParser( $format );
                 $params = $lp->parseLink( $this->_request );




More information about the pLog-svn mailing list