]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
fixed #21
authorBanana <mail@bananas-playground.net>
Mon, 9 Oct 2023 13:01:13 +0000 (15:01 +0200)
committerBanana <mail@bananas-playground.net>
Mon, 9 Oct 2023 13:01:13 +0000 (15:01 +0200)
CHANGELOG
webclient/lib/managecollectionfields.class.php

index 9be717582e44286e6e819f4524334ee34f981aa9..9acfe285ad3d006df6e1ff9bce4e9f6f5be04510 100644 (file)
--- 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.
index 0e9c46a73b33a4791b4a68c69d90407d2176030d..c51db5fc3df579ef2bfcbdca014090c1a4b02efe 100644 (file)
@@ -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());
                        }
                }