hholzgra Sat Jan 14 21:35:20 2006 UTC
Modified files:
/phpdoc/scripts zendapi_protos.php
Log:
parse error fix
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/zendapi_protos.php?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.14
phpdoc/scripts/zendapi_protos.php:1.15
--- phpdoc/scripts/zendapi_protos.php:1.14 Sat Jan 14 14:23:41 2006
+++ phpdoc/scripts/zendapi_protos.php Sat Jan 14 21:35:20 2006
@@ -50,7 +50,7 @@
// only proceed it fhe file doesn't exist yet (no overwrites)
// and do not expose functions staring with '_'
- if (($function[0] != '_') && ($overwrite ||
!file_exists($filename)) {
+ if (($function[0] != '_') && ($overwrite ||
!file_exists($filename))) {
// now write the template file to
phpdoc/en/internals/zendapi/functions
ob_start();