hholzgra                Wed Feb 14 03:09:06 2001 EDT

  Modified files:              
    /functable  dslgen 
  Log:
  add a hint about where version.dsl comes from
  
  
Index: functable/dslgen
diff -u functable/dslgen:1.1.1.1 functable/dslgen:1.2
--- functable/dslgen:1.1.1.1    Tue Oct 10 10:34:32 2000
+++ functable/dslgen    Wed Feb 14 03:09:06 2001
@@ -41,9 +41,16 @@
 mysql_free_result($result);
 
 
-echo ";; DO NOT EDIT THIS FILE !!!\n";
-echo ";; as it is auto-generated from the same database\n";
-echo ";; as the functiontable at http://www.zend.com/phpfunc\n";
+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]

Reply via email to