creating an entry.
This commit is contained in:
parent
ec44b81f6a
commit
634eb40a0c
3 changed files with 32 additions and 2 deletions
|
@ -175,10 +175,14 @@ class Application_Service_HistoryService
|
|||
return $form;
|
||||
}
|
||||
catch (Exception $e) {
|
||||
Logging::debug($e);
|
||||
Logging::info($e);
|
||||
}
|
||||
}
|
||||
|
||||
public function createPlayedItem() {
|
||||
|
||||
}
|
||||
|
||||
/* id is an id in cc_playout_history */
|
||||
public function editPlayedItem($id) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue