Changeset 2577
- Timestamp:
- 10/31/06 15:08:29 (2 years ago)
- Files:
-
- trunk/data/tasks/sfPakeUpgrade.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/data/tasks/sfPakeUpgrade.php
r2563 r2577 206 206 $seen = true; 207 207 pake_echo_comment('"type" has been removed in cache.yml'); 208 pake_echo_comment(' read the doc about "with_layout"');208 pake_echo_comment(' read the doc about "with_layout"'); 209 209 } 210 210 … … 301 301 302 302 $count = 0; 303 $content = preg_replace('#<\?php\s+ include_javascripts\(\);?\s*\?>#', '', $content, -1, $count);303 $content = preg_replace('#<\?php\s+(echo)?\s+include_javascripts\(\);?\s*\?>#', '', $content, -1, $count); 304 304 if ($count && !isset($seen['include_javascripts'])) 305 305 { … … 308 308 } 309 309 310 $content = preg_replace('#<\?php\s+ include_stylesheets\(\);?\s*\?>#', '', $content, -1, $count);310 $content = preg_replace('#<\?php\s+(echo)?\s+include_stylesheets\(\);?\s*\?>#', '', $content, -1, $count); 311 311 if ($count && !isset($seen['include_stylesheets'])) 312 312 {