mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 01:59:14 +00:00
eqsl: add date force update
This commit is contained in:
parent
e223ec6e5a
commit
727c94c61d
@ -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';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user