From 30254ed641694643a3c2df7f1188c607e72c0c20 Mon Sep 17 00:00:00 2001 From: nbm Date: Tue, 20 Sep 2005 10:41:18 +0000 Subject: [PATCH] Add init and cleanup to the importstorage interface. --- lib/import/importstorage.inc.php | 8 ++++++++ 1 file changed, 8 insertions(+), 0 deletions(-) diff --git a/lib/import/importstorage.inc.php b/lib/import/importstorage.inc.php index bb638a6..0f8ce1b 100644 --- a/lib/import/importstorage.inc.php +++ b/lib/import/importstorage.inc.php @@ -37,6 +37,14 @@ class KTImportStorage { function getDocumentInfo($sDocumentPath) { return PEAR::raiseError('Not implemented'); } + + function init() { + return true; + } + + function cleanup() { + return true; + } } class KTImportStorageInfo { -- libgit2 0.21.4