From 7485e0b57a8f563ffbb7272949e113f533426f92 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 14 Apr 2020 18:04:08 +0200 Subject: [PATCH] fix notes --- SeedDMS_Core/package.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/SeedDMS_Core/package.xml b/SeedDMS_Core/package.xml index 566305512..de8b651ab 100644 --- a/SeedDMS_Core/package.xml +++ b/SeedDMS_Core/package.xml @@ -24,10 +24,6 @@ GPL License -- fix call of hooks in SeedDMS_Core -- add variable lasterror in SeedDMS_Core_DMS which can be set by hooks to pass an - error msg to the calling application -- better error checking in SeedDMS_Core_Document::addDocumentFile() @@ -1763,7 +1759,10 @@ add method SeedDMS_Core_DatabaseAccess::setLogFp() GPL License -- no changes, just keep same version as seeddms application +- fix call of hooks in SeedDMS_Core +- add variable lasterror in SeedDMS_Core_DMS which can be set by hooks to pass an + error msg to the calling application +- better error checking in SeedDMS_Core_Document::addDocumentFile()