Removed BasicStor.php, it is no longer needed.
This commit is contained in:
parent
e6c6365591
commit
a9fd71454b
3 changed files with 2 additions and 873 deletions
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
require_once("StoredFile.php");
|
||||
require_once("BasicStor.php");
|
||||
|
||||
class ScheduleGroup {
|
||||
|
||||
|
@ -312,7 +311,7 @@ class Schedule {
|
|||
|
||||
return $res;
|
||||
}
|
||||
|
||||
|
||||
public static function GetTotalShowTime($instance_id) {
|
||||
global $CC_CONFIG, $CC_DBC;
|
||||
|
||||
|
@ -679,7 +678,7 @@ class Schedule {
|
|||
public static function ExportRangeAsJson($p_fromDateTime, $p_toDateTime)
|
||||
{
|
||||
global $CC_CONFIG, $CC_DBC;
|
||||
|
||||
|
||||
$range_start = Schedule::PypoTimeToCcTime($p_fromDateTime);
|
||||
$range_end = Schedule::PypoTimeToCcTime($p_toDateTime);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue