sort fix. school edit.

This commit is contained in:
Ricsi
2016-12-16 21:52:29 +01:00
parent d458b996a4
commit 52e8c55e81
18 changed files with 119 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
<?php
if ($this->is_id()) {
$delete_query = "DELETE FROM school WHERE sc_id = " . $this->get_id() . ";";
$sql->execute_query($delete_query);
header("Location: /admin/schools");
}
?>