From 21afb8b3689792880c88f8a9b66eb15549a269b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Ke=C3=9Fler?= Date: Thu, 30 Jan 2020 12:56:44 +0100 Subject: [PATCH] link export docu update --- webroot/lib/import-export.class.php | 4 ++++ webroot/lib/management.class.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5