[phpMP-CVS] CVS: phpMP/docs Changelog,1.37,1.38
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2003-05-20 00:11:56
|
Update of /cvsroot/phpmp/phpMP/docs In directory sc8-pr-cvs1:/tmp/cvs-serv4650/docs Modified Files: Changelog Log Message: Changelog updated. Index: Changelog =================================================================== RCS file: /cvsroot/phpmp/phpMP/docs/Changelog,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -r1.37 -r1.38 *** Changelog 17 May 2003 07:11:43 -0000 1.37 --- Changelog 19 May 2003 23:58:07 -0000 1.38 *************** *** 1,2 **** --- 1,12 ---- + 2003-05-19 [Heimidal] + * module.php + Began work and planning on the module system. + * includes/config.init.php + * includes/template.php + * includes/user.php + Changed a bit of regex syntax. We're now using + preg_match instead of eregi (as per some speed + advice from a friend). + 2003-05-17 [Heimidal] * includes/core.php |