sean Wed Jan 31 04:00:25 2007 UTC
Modified files:
/phpdoc/scripts functable.php
Log:
trailing PHP close tag.. gone
http://cvs.php.net/viewvc.cgi/phpdoc/scripts/functable.php?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/scripts/functable.php
diff -u phpdoc/scripts/functable.php:1.2 phpdoc/scripts/functable.php:1.3
--- phpdoc/scripts/functable.php:1.2 Wed Jan 31 03:43:11 2007
+++ phpdoc/scripts/functable.php Wed Jan 31 04:00:25 2007
@@ -15,10 +15,10 @@
+----------------------------------------------------------------------+
| Authors: Sean Coates <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
-$Id: functable.php,v 1.2 2007/01/31 03:43:11 sean Exp $
+$Id: functable.php,v 1.3 2007/01/31 04:00:25 sean Exp $
*/
-// direct the output of this file into phpdoc/phpbook/phpbook-xsl/version.xml
+// direct the output of this fiel into phpdoc/phpbook/phpbook-xsl/version.xml
// errors go to STDERR
// To do:
@@ -345,6 +345,4 @@
echo " <function name='{$funcname}' from='{$text}'/>\n";
}
?>
-</versions>
-
-?>
\ No newline at end of file
+</versions>
\ No newline at end of file