mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Fix some bugs with MySQL strict mode
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
This commit is contained in:
parent
b02fe1dcc5
commit
5429a3bcb8
8 changed files with 34 additions and 16 deletions
|
@ -165,8 +165,8 @@ switch ($mode) {
|
|||
'CRON_SCRIPT' => '',
|
||||
'RUN_TIME' => '',
|
||||
'RUN_ORDER' => 255,
|
||||
'LAST_RUN' => '0000-00-00 00:00:00',
|
||||
'NEXT_RUN' => '0000-00-00 00:00:00',
|
||||
'LAST_RUN' => '1900-01-01 00:00:00',
|
||||
'NEXT_RUN' => '1900-01-01 00:00:00',
|
||||
'RUN_INTERVAL' => '',
|
||||
'LOG_ENABLED' => 0,
|
||||
'LOG_FILE' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue