[phpMP-CVS] CVS: phpMP/includes functions.php,1.19,1.20
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-08 09:16:25
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv4376 Modified Files: functions.php Log Message: Attempt at fixing crappy CR/LF problem. Index: functions.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/functions.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** functions.php 7 Feb 2003 23:28:50 -0000 1.19 --- functions.php 8 Feb 2003 09:16:22 -0000 1.20 *************** *** 1 **** ! <?php // Defines constants whose contents may be questionable. // 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 ); } function makeSessionID() { } ?> \ No newline at end of file --- 1 ---- ! <?php // Defines constants whose contents may be questionable. // 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 ); } function makeSessionID() { //This function will make a session. } ?> \ No newline at end of file |