From: Tony M. <cl...@us...> - 2004-04-13 00:46:59
|
Update of /cvsroot/phpwebsite-comm/modules/mailto/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29074/mailto/conf Modified Files: boost.php Log Message: Removed search capability. Added Help Added Prefix to be prepended onto the subject of the mail Added Real Name field (optional) Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/mailto/conf/boost.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** boost.php 2 Apr 2004 02:28:58 -0000 1.3 --- boost.php 13 Apr 2004 00:33:05 -0000 1.4 *************** *** 13,17 **** /* The proper name for your module to be shown to users */ ! $mod_pname = "Mailto Module"; /* The modules you wish to allow your module to be viewed on */ --- 13,17 ---- /* The proper name for your module to be shown to users */ ! $mod_pname = "Mailto"; /* The modules you wish to allow your module to be viewed on */ |