From: <on...@us...> - 2002-09-05 04:12:01
|
Update of /cvsroot/xoops/xoops-current/html/modules/system/language/english/admin In directory usw-pr-cvs1:/tmp/cvs-serv29630 Modified Files: mailusers.php Log Message: no message Index: mailusers.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/system/language/english/admin/mailusers.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mailusers.php 15 Jul 2002 08:13:48 -0000 1.1.1.1 --- mailusers.php 5 Sep 2002 04:11:58 -0000 1.2 *************** *** 14,17 **** --- 14,18 ---- define("_AM_IDLEMORE","Last Login was more than X days ago (optional)"); define("_AM_IDLELESS","Last Login was less than X days ago (optional)"); + define("_AM_MAILOK","Send message only to users that accept notification messages (optional)"); define("_AM_INACTIVE","Send message to inactive users only (optional)"); define("_AMIFCHECKD", "If this is checked, all the above plus private messaging will be ignored"); |