sean            Sun Feb  4 21:45:01 2007 UTC

  Modified files:              
    /phpdoc/scripts     functable.php 
  Log:
  and reverse the wrong negative
  
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/functable.php?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/scripts/functable.php
diff -u phpdoc/scripts/functable.php:1.9 phpdoc/scripts/functable.php:1.10
--- phpdoc/scripts/functable.php:1.9    Sun Feb  4 21:41:57 2007
+++ phpdoc/scripts/functable.php        Sun Feb  4 21:45:01 2007
@@ -15,7 +15,7 @@
 +----------------------------------------------------------------------+
 | Authors:    Sean Coates <[EMAIL PROTECTED]>                               |
 +----------------------------------------------------------------------+
-$Id: functable.php,v 1.9 2007/02/04 21:41:57 sean Exp $
+$Id: functable.php,v 1.10 2007/02/04 21:45:01 sean Exp $
 */
 
 // direct the output of this file into phpdoc/phpbook/phpbook-xsl/version.xml
@@ -346,7 +346,7 @@
     }
 }
 
-if (getenv('DO_PECL')) {
+if (!getenv('DO_PECL')) {
        fwrite(STDERR, "Skipping PECL\n");
 } else {
        fwrite(STDERR, "Using PECL\n");

Reply via email to