From: Tony M. <cl...@us...> - 2004-04-02 02:41:01
|
Update of /cvsroot/phpwebsite-comm/modules/mailto/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6730/mailto/conf Modified Files: boost.php Log Message: Fixed problems with email validation. Some typos. Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailto/conf/boost.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** boost.php 29 Mar 2004 21:08:04 -0000 1.2 --- boost.php 2 Apr 2004 02:28:58 -0000 1.3 *************** *** 7,11 **** /* The version of your module. Make sure to increment this on updates */ ! $version = "0.1.1"; /* The unix style name for your module */ --- 7,11 ---- /* The version of your module. Make sure to increment this on updates */ ! $version = "0.1.2"; /* The unix style name for your module */ |