forked from verdnatura/hedera-web
edi/update fixes
This commit is contained in:
parent
c8c629cdf8
commit
d543e64851
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.21) stable; urgency=low
|
hedera-web (1.407.22) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.21",
|
"version": "1.407.22",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -40,7 +40,7 @@ class Update extends Vn\Lib\Method {
|
||||||
|
|
||||||
if ($row['updated']) {
|
if ($row['updated']) {
|
||||||
$updated = DateTime::createFromFormat('Y-m-d', $row['updated']);
|
$updated = DateTime::createFromFormat('Y-m-d', $row['updated']);
|
||||||
$updated->setTime(0, 0, 0, 0);
|
$updated->setTime(0, 0, 0);
|
||||||
} else
|
} else
|
||||||
$updated = NULL;
|
$updated = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue