[phpMP-CVS] CVS: phpMP/docs Changelog,1.6,1.7
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-05 22:27:50
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv4424/docs Modified Files: Changelog Log Message: Made anonymous user have an id of 1 again. Updated Changelog to reflect this. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Changelog 5 Dec 2002 00:32:57 -0000 1.6 --- Changelog 5 Dec 2002 22:27:47 -0000 1.7 *************** *** 1,2 **** --- 1,8 ---- + 2002-12-05 [Heimidal] + + * dba/sql/mysql_default_vals.sql + * includes/user.php + Changed the Anonymous user back to userid=1. + 2002-12-04 [Heimidal] |