commit | 59274fb84640e8fc6de6ce1c2f3af09a920a8993 | [log] [tgz] |
---|---|---|
author | kitlo <kitlo> | Fri Feb 12 03:31:34 2010 +0000 |
committer | kitlo <kitlo> | Fri Feb 12 03:31:34 2010 +0000 |
tree | 51db4fc04310c665ed0ee92e499770929d129ccf | |
parent | b746da491f793bda10f57cc99b97e429967716d3 [diff] [blame] |
[299402] Extract properties files from Eclipse project update sites for translation
diff --git a/html/process_update_sites.php b/html/process_update_sites.php index 21a4265..db64c2f 100644 --- a/html/process_update_sites.php +++ b/html/process_update_sites.php
@@ -179,6 +179,10 @@ } echo "Done deactivating " . sizeof($files) . " inactive properties files in all projects above\n\n"; +if (is_dir($temp_unzips_dir)) { + exec("rm -rf $temp_unzips_dir"); +} + if ($headless) { $User = null; }