[phpMP-CVS] CVS: phpMP/includes user.php,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/includes In directory sc8-pr-cvs1:/tmp/cvs-serv4424/includes Modified Files: user.php Log Message: Made anonymous user have an id of 1 again. Updated Changelog to reflect this. Index: user.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/user.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** user.php 5 Dec 2002 00:33:42 -0000 1.6 --- user.php 5 Dec 2002 22:27:47 -0000 1.7 *************** *** 65,69 **** { ! $this->snapshot('-1'); } --- 65,69 ---- { ! $this->snapshot('1'); } |