Update of /cvsroot/phpmp/phpMP/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv27951
Modified Files:
constants.php
Log Message:
Oops. Wrong statement.
Index: constants.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/includes/constants.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** constants.php 6 Feb 2003 01:46:50 -0000 1.15
--- constants.php 6 Feb 2003 01:52:48 -0000 1.16
***************
*** 1,5 ****
<?php
! define("C_DATE_NOW", date( U_DATE_FORMAT ) );
define("ACTIVATE_DISABLED", 0);
--- 1,5 ----
<?php
! define("C_DATE_NOW", date( C_DATE_FORMAT ) );
define("ACTIVATE_DISABLED", 0);
|