[phpMP-CVS] CVS: phpMP/includes functions.php,1.25,1.26
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-08 11:07:31
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv31151/includes Modified Files: functions.php Log Message: Grrrr... Index: functions.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/functions.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -r1.25 -r1.26 *** functions.php 8 Feb 2003 10:54:22 -0000 1.25 --- functions.php 8 Feb 2003 11:07:28 -0000 1.26 *************** *** 8,13 **** { ( 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. } ! ?> \ No newline at end of file --- 8,13 ---- { ( 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. } ! ?> |