[phpMP-CVS] CVS: phpMP/includes core.php,1.43,1.44
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-09 01:03:49
|
Update of /cvsroot/phpmp/phpMP/includes In directory sc8-pr-cvs1:/tmp/cvs-serv5303/includes Modified Files: core.php Log Message: More Line break fixage. Index: core.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -r1.43 -r1.44 *** core.php 8 Feb 2003 10:48:22 -0000 1.43 --- core.php 9 Feb 2003 01:03:45 -0000 1.44 *************** *** 39,43 **** if( !defined("P_PHPMP_ROOT") ) { ! define('P_PHPMP_ROOT', './'); } --- 39,43 ---- if( !defined("P_PHPMP_ROOT") ) { ! define( 'P_PHPMP_ROOT', './' ); } |