0
1
Fork 0
This commit is contained in:
Juan Ferrer 2022-06-27 18:16:24 +02:00
parent 00c7f9da0d
commit be23ceed4b
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.408.2) stable; urgency=low
hedera-web (1.408.3) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.408.2",
"version": "1.408.3",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -99,7 +99,7 @@ class Load extends Edi\Method {
continue;
$db->query(
'UPDATE ekt
'UPDATE mail
SET source = #source
WHERE id = #mailId', [
'source' => $ediString,