[vhffs-dev] [547] Oops, just a little commit for misric (before I break listengine), I need more coffee |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [547] Oops, just a little commit for misric (before I break listengine), I need more coffee
- From: subversion@xxxxxxxxx
- Date: Sun, 08 Apr 2007 19:15:03 +0200
Revision: 547
Author: gradator
Date: 2007-04-08 17:15:03 +0000 (Sun, 08 Apr 2007)
Log Message:
-----------
Oops, just a little commit for misric (before I break listengine), I need more coffee
Modified Paths:
--------------
branches/vhffs_4.1/vhffs-listengine/src/listengine.pl
Modified: branches/vhffs_4.1/vhffs-listengine/src/listengine.pl
===================================================================
--- branches/vhffs_4.1/vhffs-listengine/src/listengine.pl 2007-04-08 11:28:32 UTC (rev 546)
+++ branches/vhffs_4.1/vhffs-listengine/src/listengine.pl 2007-04-08 17:15:03 UTC (rev 547)
@@ -202,7 +202,7 @@
my $sub_ctrl = $list->get_sub_ctrl;
- if( $sub_ctrl == Vhffs::Constants::ML_SUBSCRIBE_NO_APPROVAL_REQUIRED )
+ if( $sub_ctrl == Vhffs::Constants::ML_SUBSCRIBE_CLOSED )
{
$message ="Subscribtion are not allowed for this list";
push @body , $message ;
@@ -221,6 +221,7 @@
}
#FIXME: TODO: do subscription with approval (moderation)
+ #FIXME: fixes the possible multiple subscription ... (ho dear...)
else
{