]> git.mjollnir.org Git - moodle.git/commit
Now the zip_files() function is working better:
authorstronk7 <stronk7>
Sun, 10 Oct 2004 01:07:47 +0000 (01:07 +0000)
committerstronk7 <stronk7>
Sun, 10 Oct 2004 01:07:47 +0000 (01:07 +0000)
commitef1e97c7ec3bd654234d57823100217b45e4775c
tree48c4f3b252046ff114350d0dd818993f7e8b7da7
parent26082098d979e53e31cae23992d9e35d154fac18
Now the zip_files() function is working better:

- More checks are done
- Non existing files are out
- Both internal an external are supported and protected
- All Petr's patchs applied
- Included support to Win32 external zip.

TODO: Create a paralel unzip_file() function
      Use this functions in all the FileManager scripts

THOUGHT: External zip seems to work always adding files to
      zip file if it exists, where PclZip resets the file.
      Perhaps a rm (or delete) should be included in the
      command chain. Analyse it!!

Merged from MOODLE_14_STABLE
lib/moodlelib.php