Update of /cvsroot/comoblog/modules/mod_comment_notify/install
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv27709/modules/mod_comment_notify/install
Modified Files:
mod_comment_notify.xml
Log Message:
work in progress, ditching this server cos its borked ;(
Index: mod_comment_notify.xml
===================================================================
RCS file: /cvsroot/comoblog/modules/mod_comment_notify/install/mod_comment_notify.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mod_comment_notify.xml 15 Aug 2006 17:06:04 -0000 1.6
+++ mod_comment_notify.xml 22 Oct 2006 11:44:17 -0000 1.7
@@ -7,11 +7,11 @@
<filter_posts>N</filter_posts>
<filter_comments>0</filter_comments>
<version>1.0</version>
- <minimum_supported>1.0</minimum_supported>
+ <minimum_supported>1.3</minimum_supported>
<certified>1.0</certified>
<author>iamdecal iam...@gm... http://www.iamdecal.co.uk</author>
<date>2004-04-29</date>
-
+
<param
name="CFG_COMMENT_NOTIFY_FROM"
description="The address notifications will be sent from"
@@ -20,8 +20,8 @@
accept_null="N"
value=""
/>
-
-
+
+
<param
name="CFG_COMMENT_NOTIFY_FROM_NAME"
description="The name notifications will be sent from"
@@ -29,9 +29,9 @@
editable="Y"
accept_null="N"
value=""
- />
-
-
+ />
+
+
<param
name="CFG_COMMENT_NOTIFY_TO"
description="The addresses notifications will be sent to"
@@ -39,8 +39,8 @@
editable="Y"
accept_null="N"
value=""
- />
-
+ />
+
<param
name="CFG_COMMENT_NOTIFY_TO_NAME"
description="The name notifications will be sent to"
@@ -48,10 +48,10 @@
editable="Y"
accept_null="N"
value=""
- />
-
-
-
+ />
+
+
+
<param
name="CFG_WHERE_IS_SENDMAIL"
description="Location of the sendmail program"
@@ -59,7 +59,7 @@
editable="Y"
accept_null="N"
value="/usr/sbin/sendmail"
- />
-
-
+ />
+
+
</module>
|