Changeset 1226
- Timestamp:
- 04/19/06 12:50:36 (3 years ago)
- Files:
-
- trunk/doc/phpdoc.ini (modified) (1 diff)
- trunk/lib/filter/sfWebDebugFilter.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/doc/phpdoc.ini
r1225 r1226 35 35 36 36 ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore 37 ignore = vendor/,addon/creole ,addon/propel/builder,addon/propel/sfPropelAutoload,addon/sfMail/phpmailer,templates_c/,*HTML/default/*,spec/37 ignore = vendor/,addon/creole/,addon/propel/builder/,addon/propel/sfPropelAutoload.php,addon/sfMail/phpmailer/,templates_c/,*HTML/default/*,spec/ 38 38 39 39 ;; comma-separated list of Converters to use in outputformat:Convertername:templatedirectory format trunk/lib/filter/sfWebDebugFilter.class.php
r682 r1226 71 71 if ($content == $newContent) 72 72 { 73 $newContent .= $ content.$webDebug;73 $newContent .= $webDebug; 74 74 } 75 75