faxxen
This commit is contained in:
@@ -33,5 +33,11 @@ class TagesplanController
|
||||
$result = $this->db->deleteTagesplan($id);
|
||||
return json_encode($result);
|
||||
}
|
||||
|
||||
public function getGerichteOnTag()
|
||||
{
|
||||
$result = $this->db->getGerichteOnTag();
|
||||
return json_encode($result);
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user