Update of /cvsroot/phpmp/phpMP/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv27781
Modified Files:
functions.php
Log Message:
Small mistake. No biggie.
Index: functions.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/includes/functions.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** functions.php 8 Feb 2003 10:48:22 -0000 1.24
--- functions.php 8 Feb 2003 10:54:22 -0000 1.25
***************
*** 8,11 ****
--- 8,12 ----
{
( U_DATE_FORMAT != '' ) ? define( "C_DATE_FORMAT", U_DATE_FORMAT ) : define( "C_DATE_FORMAT", C_DEFAULT_DATE_FORMAT );
+ define("C_DATE_NOW", date(C_DATE_FORMAT); // This is here...for now.
}
|