Fixing issue with commas in filenames - suggested by Kris Sinnaeve - refs #6415

1.9.x
Yannick Warnier 13 years ago
parent 70cb8e5e98
commit 69cd24b627
  1. 2
      main/inc/lib/pclzip/pclzip.lib.php

@ -61,7 +61,7 @@ if (!function_exists('gzopen') && function_exists('gzopen64')) {
//define( 'PCLZIP_SEPARATOR', ' ' );
// Recommanded values for smart separation of filenames.
if (!defined('PCLZIP_SEPARATOR')) {
define( 'PCLZIP_SEPARATOR', ',' );
define( 'PCLZIP_SEPARATOR', '|' );
}
// ----- Error configuration

Loading…
Cancel
Save