| 
    Stud.IP
    jlu_3.3 Revision
    
   | 
  
Variables | |
| get_config('MAIL_NOTIFICATION_ENABLE')||trigger_error('Mail notifications are disabled in this Stud.IP installation.' | E_USER_ERROR | 
| $notification = new ModulesNotification() | |
| $query = "SELECT DISTINCT user_id FROM seminar_user su WHERE notification <> 0" | |
| if(get_config('DEPUTIES_ENABLE')) | $rs = DBManager::get()->query($query) | 
| $notification = new ModulesNotification() | 
| $query = "SELECT DISTINCT user_id FROM seminar_user su WHERE notification <> 0" | 
| if (get_config( 'DEPUTIES_ENABLE')) $rs = DBManager::get()->query($query) | 
| get_config ( 'MAIL_NOTIFICATION_ENABLE')||trigger_error( 'Mail notifications are disabled in this Stud.IP installation.' E_USER_ERROR |