From a8ad411475838859584971e691730e2c85b2ae1c Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Fri, 17 Oct 2008 06:58:11 +0000 Subject: [PATCH] MDL-16861 - file api/zip packer - make inline docs clearer for people like me who miss information --- lib/packer/zip_packer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/packer/zip_packer.php b/lib/packer/zip_packer.php index fa8d6ac45e..297b890b99 100644 --- a/lib/packer/zip_packer.php +++ b/lib/packer/zip_packer.php @@ -10,7 +10,7 @@ class zip_packer extends file_packer { /** * Zip files and store the result in file storage - * @param array $files array with zip paths as keys (archivepath=>ospathname or archivepath=>stored_file) + * @param array $files array with full zip paths (including directory information) as keys (archivepath=>ospathname or archivepath/subdir=>stored_file) * @param int $contextid * @param string $filearea * @param int $itemid -- 2.39.5