[phpMP-CVS] CVS: phpMP/docs Changelog,1.13,1.14
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-02-06 01:46:53
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv24805/docs Modified Files: Changelog Log Message: Fixed an error in constants.php. Changed DB table constants back to DB_ prefix (no longer C_). Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -r1.13 -r1.14 *** Changelog 4 Feb 2003 21:43:15 -0000 1.13 --- Changelog 6 Feb 2003 01:46:49 -0000 1.14 *************** *** 1,2 **** --- 1,8 ---- + 2002-02-05 [Heimidal] + + * Most included files. + Changed DB table to carry a DB_ prefix. + Fixed a mistake I made in constants.php. + 2002-02-03 [Heimidal] *************** *** 4,7 **** --- 10,14 ---- Changed <? to <?php for compatibility. Changed a few config values and such. + 2003-02-03 [Heimidal] |