Parent Directory
|
Revision Log
move private_list to the new layout
1 | misc | 2606 | # list with private archive, restricted to member of $ldap_group |
2 | misc | 2610 | define sympa::list::private($subject, |
3 | misc | 2606 | $subscriber_ldap_group, |
4 | $language ='en', | ||
5 | $topics = false) { | ||
6 | list { $name: | ||
7 | subject => $subject, | ||
8 | profile => '', | ||
9 | language => $language, | ||
10 | topics => $topics, | ||
11 | subscriber_ldap_group => $subscriber_ldap_group, | ||
12 | sender_ldap_group => $subscriber_ldap_group, | ||
13 | public_archive => false, | ||
14 | } | ||
15 | } |
ViewVC Help | |
Powered by ViewVC 1.1.28 |