[phpMP-CVS] CVS: phpMP Changelog,1.9,1.10
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-03 11:25:07
|
Update of /cvsroot/phpmp/phpMP In directory sc8-pr-cvs1:/tmp/cvs-serv2539 Modified Files: Changelog Log Message: Updated Changelog. Going to bed three and a half hours after I should have. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/Changelog,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Changelog 3 Dec 2002 08:42:26 -0000 1.9 --- Changelog 3 Dec 2002 11:25:04 -0000 1.10 *************** *** 1,4 **** --- 1,18 ---- 2002-12-02 [Heimidal] + * languages/english/lang_main.php + Altered the way in which the lang array is defined. + * includes/core.php + * includes/functions.php + * includes/constants.php + Begin arranging and declaring constants. + * includes/template.php + * includes/user.php + To be logical, U_ will now prefix user vars. + User variables will not be defined if empty. + Anonymous user now carries a User ID of -1. + + 2002-12-02 [Heimidal] + * includes/core.php Added an 's' to SESSIONS_TABLE. |