[phpMP-CVS] CVS: phpMP/includes functions.php,1.22,1.23
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-08 09:38:43
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv9403 Modified Files: functions.php Log Message: oops Index: functions.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/functions.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -r1.22 -r1.23 *** functions.php 8 Feb 2003 09:36:29 -0000 1.22 --- functions.php 8 Feb 2003 09:38:40 -0000 1.23 *************** *** 4,8 **** // Author: Brian 'Heimidal' Rose // Accepts: none. ! // Returns: none. function createConstants() { ( U_DATE_FORMAT != '' ) ? define( "C_DATE_FORMAT", U_DATE_FORMAT ) : define( "C_DATE_FORMAT", C_DEFAULT_DATE_FORMAT ); --- 4,9 ---- // Author: Brian 'Heimidal' Rose // Accepts: none. ! // Returns: none. ! function createConstants() { ( U_DATE_FORMAT != '' ) ? define( "C_DATE_FORMAT", U_DATE_FORMAT ) : define( "C_DATE_FORMAT", C_DEFAULT_DATE_FORMAT ); |