From: Banana Date: Mon, 9 Oct 2023 13:01:13 +0000 (+0200) Subject: fixed #21 X-Git-Tag: 1.6~22 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=6a868c037af6c11b8ef9aa2a832bf7fcc8d685d5;p=bibliotheca-php.git fixed #21 --- diff --git a/CHANGELOG b/CHANGELOG index 9be7175..9acfe28 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ 1.x - Chizra * Config change. Added new entry. See upgrade/from-version-1.5.txt. It won't work if it is missing. * Licence change to GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 + * Cleanups + * Fixed: #21 1.5 - Sacred Passage 2023-05-01 * Added google books parser. See upgrade file for more infos. diff --git a/webclient/lib/managecollectionfields.class.php b/webclient/lib/managecollectionfields.class.php index 0e9c46a..c51db5f 100644 --- a/webclient/lib/managecollectionfields.class.php +++ b/webclient/lib/managecollectionfields.class.php @@ -239,7 +239,7 @@ class ManageCollectionFields { } catch (Exception $e) { $this->_DB->rollback(); - Summoner::sysLog("[ERROR] asd ".__METHOD__." mysql catch: ".$e->getMessage()); + Summoner::sysLog("[ERROR] update fields ".__METHOD__." mysql catch: ".$e->getMessage()); } }