mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
eqsl: add date force update
This commit is contained in:
@@ -149,7 +149,7 @@ class Eqslmethods_model extends CI_Model {
|
||||
} else {
|
||||
// No previous date (first time import has run?), so choose UNIX EPOCH!
|
||||
// Note: date is yyyy/mm/dd format
|
||||
return '1970/01/01';
|
||||
return '19700101';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user