[phpMP-CVS] CVS: phpMP index.php,1.27,1.28
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-07 11:39:50
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv8790 Modified Files: index.php Log Message: Missed the addition of C_ on a config variable (version in index.php).CVS: ---------------------------------------------------------------------- Index: index.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/index.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -r1.27 -r1.28 *** index.php 5 Dec 2002 00:33:42 -0000 1.27 --- index.php 7 Dec 2002 11:39:47 -0000 1.28 *************** *** 12,16 **** // For testing purposes, we will now print all of the constants we have declared. ! print "phpMP Version: " . VERSION . '<br>'; print "<br>"; --- 12,16 ---- // For testing purposes, we will now print all of the constants we have declared. ! print "phpMP Version: " . C_VERSION . '<br>'; print "<br>"; |