Changeset 3244 for trunk/modules
- Timestamp:
- 07/31/2008 01:23:25 PM (4 months ago)
- Files:
-
- 1 modified
-
trunk/modules/media/controllers/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/media/controllers/media.php
r3209 r3244 72 72 foreach ($filedata as $filename=>$data) 73 73 { 74 if ($this->pack_css) 75 { 76 $data = $this->css_compress($data); 77 } 78 $output .= $data; 74 $output .= $data; 75 } 76 77 if ($this->pack_css) 78 { 79 $output = $this->css_compress($output); 79 80 } 80 81
