nlopess         Wed Jan 31 11:53:38 2007 UTC

  Modified files:              
    /phpdoc/scripts     functable.php 
  Log:
  fix typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/functable.php?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/scripts/functable.php
diff -u phpdoc/scripts/functable.php:1.3 phpdoc/scripts/functable.php:1.4
--- phpdoc/scripts/functable.php:1.3    Wed Jan 31 04:00:25 2007
+++ phpdoc/scripts/functable.php        Wed Jan 31 11:53:38 2007
@@ -15,7 +15,7 @@
 +----------------------------------------------------------------------+
 | Authors:    Sean Coates <[EMAIL PROTECTED]>                               |
 +----------------------------------------------------------------------+
-$Id: functable.php,v 1.3 2007/01/31 04:00:25 sean Exp $
+$Id: functable.php,v 1.4 2007/01/31 11:53:38 nlopess Exp $
 */
 
 // direct the output of this fiel into phpdoc/phpbook/phpbook-xsl/version.xml
@@ -85,7 +85,7 @@
             break;
         }
         list($tag,) = explode(': ', trim($l));
-        if (preg_match('/^PHP_[456]_[0-9]+_[0-9+]$/i', $tag)) {
+        if (preg_match('/^PHP_[456]_[0-9]+_[0-9]+$/i', $tag)) {
             $tags[] = $tag;
         }
     }

Reply via email to