|
Stud.IP
2.1 Revision 48548
|
Variables | |
| get_config('MAIL_NOTIFICATION_ENABLE')||trigger_error('Mail notifications are disabled in this Stud.IP installation.' | E_USER_ERROR |
| $db = new DB_Seminar() | |
| $notification = new ModulesNotification() | |
| $query = "SELECT aum.user_id,aum.username,{$GLOBALS['_fullname_sql']['full']} as fullname,Email FROM seminar_user su INNER JOIN auth_user_md5 aum USING(user_id) LEFT JOIN user_info ui USING(user_id) WHERE notification != 0" | |
| $db = new DB_Seminar() |
| $notification = new ModulesNotification() |
| if (get_config('DEPUTIES_ENABLE')) $query = "SELECT aum.user_id,aum.username,{$GLOBALS['_fullname_sql']['full']} as fullname,Email FROM seminar_user su INNER JOIN auth_user_md5 aum USING(user_id) LEFT JOIN user_info ui USING(user_id) WHERE notification != 0" |
| get_config ('MAIL_NOTIFICATION_ENABLE')||trigger_error('Mail notifications are disabled in this Stud.IP installation.' E_USER_ERROR |