hholzgra                Sat Jan 14 12:31:01 2006 UTC

  Modified files:              
    /phpdoc/scripts     zendapi_protos.php 
  Log:
  thinko fix
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/zendapi_protos.php?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.12 
phpdoc/scripts/zendapi_protos.php:1.13
--- phpdoc/scripts/zendapi_protos.php:1.12      Sat Jan 14 12:29:06 2006
+++ phpdoc/scripts/zendapi_protos.php   Sat Jan 14 12:31:01 2006
@@ -48,7 +48,7 @@
 
                 // only proceed it fhe file doesn't exist yet (no overwrites)
                 // and do not expose functions staring with '_'
-                if (($function[0] == '_') && !file_exists($filename)) {
+                if (($function[0] != '_') && !file_exists($filename)) {
                     // now write the template file to 
phpdoc/en/internals/zendapi/functions
                     ob_start();
                 

Reply via email to