Update of /cvsroot/phpwebsite-comm/modules/mailto/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21138/modules/mailto/conf
Modified Files:
boost.php
Log Message:
Added a pre-set subject option, also the ability to lock down the subject.
Did some convention clean-up.
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/mailto/conf/boost.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** boost.php 26 Mar 2004 18:56:49 -0000 1.1.1.1
--- boost.php 29 Mar 2004 21:08:04 -0000 1.2
***************
*** 1,12 ****
<?php
/**
! * This is a mailto boost.php configuration file. Edit it to be
! * used with your module.
*
- * $Id$
*/
/* The version of your module. Make sure to increment this on updates */
! $version = "0.1.0";
/* The unix style name for your module */
--- 1,11 ----
<?php
/**
! * This is a mailto boost.php configuration file.
! *
*
*/
/* The version of your module. Make sure to increment this on updates */
! $version = "0.1.1";
/* The unix style name for your module */
|