send email; manage notis and email logs
This commit is contained in:
@@ -255,6 +255,14 @@ class page {
|
||||
# email log details
|
||||
include('include_email.php');
|
||||
break;
|
||||
case 'notifications':
|
||||
# értesítések
|
||||
include('include_notifications.php');
|
||||
break;
|
||||
case 'delete_notification':
|
||||
# ÉRTESÍTÉS TÖRLÉS (NULLÁZÁS)
|
||||
include('include_delete_notification.php');
|
||||
break;
|
||||
case 'delete_training_type':
|
||||
# EDZÉS TÍPUS TÖRLÉS
|
||||
include('include_delete_training_type.php');
|
||||
|
||||
@@ -50,7 +50,7 @@ class sql extends mysqli {
|
||||
$i++;
|
||||
}
|
||||
$this->_query = 'insert into ' . $table . ' (' . $fields . ') values (' . $values . ');';
|
||||
var_dump($this->_query);
|
||||
//var_dump($this->_query);
|
||||
self::query($this->_query);
|
||||
return $this->insert_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user