Changeset 3063
- Timestamp:
- 03/07/06 13:23:40 (2 years ago)
- Files:
-
- trunk/support/pear-package.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/support/pear-package.php
r2991 r3063 230 230 231 231 // Start the directory output 232 if ($dir_name == 'static') 232 if ( $dir_name == 'static' 233 && $config['prefix'] != ' ') 233 234 { 234 235 // All static files are handled through Role_Web
