Commit 17eacfebbd45636eaaf49e5cee024fa1e31f0b0a
1 parent
397d6aba
Non-Queue bulk downloads fails on all 64bit environments
Jira:KTS-4513 Removed debug statement in pclzip class Committed by: Charl Joseph Mert
Showing
1 changed file
with
0 additions
and
1 deletions
lib/util/ktpclzip.inc.php
| @@ -157,7 +157,6 @@ class KTPclZip { | @@ -157,7 +157,6 @@ class KTPclZip { | ||
| 157 | $aDir = explode($ds, $sPath); | 157 | $aDir = explode($ds, $sPath); |
| 158 | $cutOff = count($aDir); | 158 | $cutOff = count($aDir); |
| 159 | for ($i = 0; $i < $cutOff; $i++) { | 159 | for ($i = 0; $i < $cutOff; $i++) { |
| 160 | - echo $aDir[$i] . "\n"; | ||
| 161 | $excludePath .= $aDir[$i] . '/'; | 160 | $excludePath .= $aDir[$i] . '/'; |
| 162 | } | 161 | } |
| 163 | 162 |