Changeset 1462
- Timestamp:
- 06/16/06 16:08:09 (2 years ago)
- Files:
-
- trunk/lib/helper/FormHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/helper/FormHelper.php
r1434 r1462 311 311 });'; 312 312 313 if (isset($options['tinymce_options'])) 314 { 315 unset($options['tinymce_options']); 316 } 317 313 318 return 314 319 content_tag('script', javascript_cdata_section($tinymce_js), array('type' => 'text/javascript')).