vtenext/modules/Update/changes/1866_1867.php
2021-04-28 20:10:26 +02:00

6 lines
172 B
PHP

<?php
global $adb, $table_prefix;
$adb->pquery(
"UPDATE {$table_prefix}_cronjobs SET timeout = ?, repeat_sec = ? WHERE cronname = ?",
array(300,120,'ScheduledImport')
);