hholzgra Wed Feb 14 03:32:30 2001 EDT
Modified files:
/functable dslgen
Log:
stupidity fix
Index: functable/dslgen
diff -u functable/dslgen:1.2 functable/dslgen:1.3
--- functable/dslgen:1.2 Wed Feb 14 03:09:06 2001
+++ functable/dslgen Wed Feb 14 03:32:30 2001
@@ -41,16 +41,16 @@
mysql_free_result($result);
-echo ";; DO NOT EDIT THIS FILE !!!"
-echo ";; as it is auto-generated from the same database"
-echo ";; as the functiontable at "
-echo ";; http://www.zugeschaut-und-mitgebaut.de/php"
-echo ";; you can generate it yourself by unsing the code"
-echo ";; to be found under the functable repository in CVS"
-echo ";;"
-echo ";; if you think this is out of date :"
-echo ";; mailto:[EMAIL PROTECTED]"
-echo ";;"
+echo ";; DO NOT EDIT THIS FILE !!!";
+echo ";; as it is auto-generated from the same database";
+echo ";; as the functiontable at ";
+echo ";; http://www.zugeschaut-und-mitgebaut.de/php";
+echo ";; you can generate it yourself by unsing the code";
+echo ";; to be found under the functable repository in CVS";
+echo ";;";
+echo ";; if you think this is out of date :";
+echo ";; mailto:[EMAIL PROTECTED]";
+echo ";;";
echo "(define (index-char-val ch)
(case ch
((#\\A #\\a) 65)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]