diff options
| author | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2008-12-08 00:38:54 +0000 |
|---|---|---|
| committer | Tekimaki <tekimaki_admin@users.sourceforge.net> | 2008-12-08 00:38:54 +0000 |
| commit | a4d92a5915c804765da4941f52358814017951d1 (patch) | |
| tree | 337b2e10fa2f06c2c7995b1130f65cb556527b86 /admin | |
| parent | 17e753ef6d86f85ae19029ffe7df0f209dedd0d7 (diff) | |
| download | boards-a4d92a5915c804765da4941f52358814017951d1.tar.gz boards-a4d92a5915c804765da4941f52358814017951d1.tar.bz2 boards-a4d92a5915c804765da4941f52358814017951d1.zip | |
add a little warning for groups users
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/update_lists.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/update_lists.php b/admin/update_lists.php index 83a6aad..6d95f52 100644 --- a/admin/update_lists.php +++ b/admin/update_lists.php @@ -5,6 +5,10 @@ * customie the file util/mailman.cfg to get things tuned to ones liking * calling this file will update all your lists configuring them using * the settings in util/mailman.cfg + * + * WARNING!: If you are using boards with groups pkg and have different + * list moderation settings for each list this will set all lists to the + * default moderation setting in mailman.cfg */ require_once( '../../bit_setup_inc.php' ); |
