From: Johannes Keßler Date: Thu, 30 Jan 2020 11:56:44 +0000 (+0100) Subject: link export docu update X-Git-Tag: 2.4_2020-02-16~10 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=21afb8b3689792880c88f8a9b66eb15549a269b8;p=insipid.git link export docu update --- diff --git a/webroot/lib/import-export.class.php b/webroot/lib/import-export.class.php index 43f099d..848d684 100644 --- a/webroot/lib/import-export.class.php +++ b/webroot/lib/import-export.class.php @@ -26,6 +26,10 @@ * */ +/** + * Simple Class ImportExport used to create and process a xml file + * Different from the complete mysql dump + */ class ImportExport { private $_currentXW; diff --git a/webroot/lib/management.class.php b/webroot/lib/management.class.php index e029087..32e02e0 100644 --- a/webroot/lib/management.class.php +++ b/webroot/lib/management.class.php @@ -649,7 +649,7 @@ class Management { } /** - * Export given link for download and later import + * Export given link for download as a xml file * @param $hash * @param bool $linkObj Use already existing link obj * @return bool