For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > cvs: phpdoc /scripts zendapi_protos.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /scripts zendapi_protos.php
Hartmut Holzgraefe

2006-01-14, 7:56 am

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/phpd...3&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();

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com