hholzgra Sat Jan 21 15:55:55 2006 UTC
Modified files:
/phpdoc/scripts zendapi_protos.php
Log:
overwrite should be off in production
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/zendapi_protos.php?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/scripts/zendapi_protos.php
diff -u phpdoc/scripts/zendapi_protos.php:1.22
phpdoc/scripts/zendapi_protos.php:1.23
--- phpdoc/scripts/zendapi_protos.php:1.22 Sat Jan 21 15:55:10 2006
+++ phpdoc/scripts/zendapi_protos.php Sat Jan 21 15:55:55 2006
@@ -1,5 +1,5 @@
<?php
-$overwrite = true;
+$overwrite = false;
$zend_include_dir = "../../php-src/Zend";