[PHP-DEV] cvs: /php3/functions datetime.c From: Rasmus Lerdorf (rasmus <email protected>)
Date: 01/29/00

rasmus Sat Jan 29 18:41:51 2000 EDT

  Modified files:
    /php3/functions datetime.c
  Log:
  Second arg is optional here
  
  
Index: php3/functions/datetime.c
diff -u php3/functions/datetime.c:1.80 php3/functions/datetime.c:1.81
--- php3/functions/datetime.c:1.80 Fri Dec 31 20:31:14 1999
+++ php3/functions/datetime.c Sat Jan 29 18:41:51 2000
@@ -28,7 +28,7 @@
    | Rasmus Lerdorf <rasmus <email protected>> |
    +----------------------------------------------------------------------+
  */
-/* $Id: datetime.c,v 1.80 2000/01/01 04:31:14 sas Exp $ */
+/* $Id: datetime.c,v 1.81 2000/01/30 02:41:51 rasmus Exp $ */
 #include "php.h"
 #include "internal_functions.h"
 #include "operators.h"
@@ -621,7 +621,7 @@
 #endif
 
 
-/* {{{ proto int strtotime(string time, int now)
+/* {{{ proto int strtotime(string time [, int now])
    Convert string representation of date to a timestamp
 */
 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>