-remove cc_access table and gunid usage
This commit is contained in:
parent
b283b5b55e
commit
3735579378
16 changed files with 383 additions and 790 deletions
|
@ -604,7 +604,7 @@ class Application_Model_Schedule
|
|||
|
||||
$start = Application_Model_Schedule::AirtimeTimeToPypoTime($item["start"]);
|
||||
$data["media"][$start] = array(
|
||||
'id' => $storedFile->getGunid(),
|
||||
'id' => $storedFile->getId(),
|
||||
'type' => "file",
|
||||
'row_id' => $item["id"],
|
||||
'uri' => $uri,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue