mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix cron table
This commit is contained in:
@@ -43,7 +43,7 @@ class Migration_add_hams_of_note extends CI_Migration
|
|||||||
$this->db->query("ALTER TABLE hams_of_note ADD INDEX `callsign` (`callsign`)");
|
$this->db->query("ALTER TABLE hams_of_note ADD INDEX `callsign` (`callsign`)");
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->chk4cron('update_update_hon') == 0) {
|
if ($this->chk4cron('update_update_hamsofnote') == 0) {
|
||||||
$data = array(
|
$data = array(
|
||||||
array(
|
array(
|
||||||
'id' => 'update_update_hamsofnote',
|
'id' => 'update_update_hamsofnote',
|
||||||
|
|||||||
Reference in New Issue
Block a user