-commented some functions
-removed usage of "current_timestamp" in postgresql queries in favour of php time.
This commit is contained in:
parent
ac3853c0fb
commit
bf146e7f85
6 changed files with 117 additions and 41 deletions
|
@ -21,6 +21,7 @@ require_once 'Schedule.php';
|
|||
require_once 'Shows.php';
|
||||
require_once 'Users.php';
|
||||
require_once 'RabbitMq.php';
|
||||
require_once 'DateHelper.php';
|
||||
require_once __DIR__.'/controllers/plugins/RabbitMqPlugin.php';
|
||||
|
||||
global $CC_CONFIG, $CC_DBC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue