Esempio n. 1
0
 function WYSIJA_control_front_subscribers()
 {
     parent::WYSIJA_control_front();
     if (isset($_REQUEST['message_success'])) {
         $this->messages['insert'][true] = $_REQUEST['message_success'];
     } else {
         $this->messages['insert'][true] = __('User has been inserted.', WYSIJA);
     }
     $this->messages['insert'][false] = __('User has not been inserted.', WYSIJA);
     $this->messages['update'][true] = __('User has been updated.', WYSIJA);
     $this->messages['update'][false] = __('User has not been updated.', WYSIJA);
 }
Esempio n. 2
0
 function __construct()
 {
     parent::__construct();
     if (isset($_REQUEST['message_success'])) {
         $this->messages['insert'][true] = $_REQUEST['message_success'];
     } else {
         $this->messages['insert'][true] = __('User has been inserted.', WYSIJA);
     }
     $this->messages['insert'][false] = __('User has not been inserted.', WYSIJA);
     $this->messages['update'][true] = __('User has been updated.', WYSIJA);
     $this->messages['update'][false] = __('User has not been updated.', WYSIJA);
 }
Esempio n. 3
0
 function WYSIJA_control_back_subscribers()
 {
     parent::WYSIJA_control_front();
     $data = array();
     foreach ($_REQUEST['data'] as $vals) {
         $data[$vals['name']] = $vals['value'];
     }
     if (isset($data['message_success'])) {
         $this->messages['insert'][true] = $data['message_success'];
     } else {
         $this->messages['insert'][true] = __("User has been inserted.", WYSIJA);
     }
     $this->messages['insert'][false] = __("User has not been inserted.", WYSIJA);
     $this->messages['update'][true] = __("User has been updated.", WYSIJA);
     $this->messages['update'][false] = __("User has not been updated.", WYSIJA);
 }
Esempio n. 4
0
 function __construct()
 {
     parent::__construct();
     $data = array();
     foreach ($_REQUEST['data'] as $vals) {
         $data[esc_sql($vals['name'])] = esc_sql($vals['value']);
     }
     if (isset($data['message_success'])) {
         $this->messages['insert'][true] = $data['message_success'];
     } else {
         $this->messages['insert'][true] = __('User has been inserted.', WYSIJA);
     }
     $this->messages['insert'][false] = __('User has not been inserted.', WYSIJA);
     $this->messages['update'][true] = __('User has been updated.', WYSIJA);
     $this->messages['update'][false] = __('User has not been updated.', WYSIJA);
 }
Esempio n. 5
0
 function WYSIJA_control_front_stats(){
     parent::WYSIJA_control_front();
 }
Esempio n. 6
0
 function __construct()
 {
     parent::__construct();
 }
Esempio n. 7
0
 function WYSIJA_control_front_confirm()
 {
     parent::WYSIJA_control_front();
 }
Esempio n. 8
0
 function WYSIJA_control_front_email()
 {
     parent::WYSIJA_control_front();
 }