creating an entry.

This commit is contained in:
Naomi Aro 2013-07-22 10:45:39 -04:00
parent ec44b81f6a
commit 634eb40a0c
3 changed files with 32 additions and 2 deletions

View file

@ -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) {