mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
eqsl: add date force update
This commit is contained in:
parent
e223ec6e5a
commit
727c94c61d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue