Update database.php
This commit is contained in:
parent
8c93ea1629
commit
80c0d01b81
|
@ -1016,7 +1016,7 @@ if(!is_fn("exec_db_table_create")) {
|
||||||
|
|
||||||
// create event
|
// create event
|
||||||
foreach($setevent as $event) {
|
foreach($setevent as $event) {
|
||||||
$sql = sprintf("create event `%s` on schedule at CURRENT_TIMESTAMP + INTERVAL %s MINUTES DO %s", $_tablename, $event['interval'], $event['query']);
|
$sql = sprintf("create event event_%s on schedule at CURRENT_TIMESTAMP + INTERVAL %s MINUTES DO (%s)", make_random_id(), $event['interval'], $event['query']);
|
||||||
exec_db_query($sql);
|
exec_db_query($sql);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user