[phpMP-CVS] CVS: phpMP/modules usercp.php,1.4,1.5
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-07-21 20:58:42
|
Update of /cvsroot/phpmp/phpMP/modules In directory usw-pr-cvs1:/tmp/cvs-serv10822 Modified Files: usercp.php Log Message: Fixed title of document (like this really needed to be commited). Index: usercp.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/modules/usercp.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** usercp.php 23 Apr 2002 08:14:55 -0000 1.4 --- usercp.php 21 Jul 2002 20:58:39 -0000 1.5 *************** *** 8,12 **** function Init() { ! $this->pagetitle = "User Control Panel"; } --- 8,12 ---- function Init() { ! $this->pagetitle = "phpMP :: User Control Panel"; } |