send email; manage notis and email logs
This commit is contained in:
9
_include/include_delete_notification.php
Normal file
9
_include/include_delete_notification.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
if ($this->is_id()) {
|
||||
$sql->update_table('user_kid', array('uk_last_notification' => 'null'), array('uk_id' => $this->get_id()));
|
||||
header("Location: /admin/notifications");
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user