]> 91.132.146.200 Git - insipid.git/commitdiff
link export docu update
authorJohannes Keßler <johannes.kessler@bechtle.com>
Thu, 30 Jan 2020 11:56:44 +0000 (12:56 +0100)
committerJohannes Keßler <johannes.kessler@bechtle.com>
Thu, 30 Jan 2020 11:56:44 +0000 (12:56 +0100)
webroot/lib/import-export.class.php
webroot/lib/management.class.php

index 43f099d8c93f94b35369dcc1b838c69b1f733fc5..848d684ac37ca9270d7d0528a85ec6c5e24b1d15 100644 (file)
  *
  */
 
+/**
+ * Simple Class ImportExport used to create and process a xml file
+ * Different from the complete mysql dump
+ */
 class ImportExport {
 
        private $_currentXW;
index e029087cde62f67eb3cdf916297f4219c0932e28..32e02e041ca9d77e185d2834f7d8c5b73a458b96 100644 (file)
@@ -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