Changeset 1081 in ExiteCMS for trunk/includes/template-plugins/modifier.escape.php
- Timestamp:
- 11/07/07 16:57:20 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/template-plugins/modifier.escape.php
r917 r1081 22 22 function smarty_modifier_escape($string, $esc_type = 'entities', $char_set = '') 23 23 { 24 global $locale ;24 global $locale, $settings; 25 25 26 26 // set a default char_set if none given 27 if ($char_set == '') $char_set = $ locale['charset'];27 if ($char_set == '') $char_set = $settings['charset']; 28 28 29 29 switch ($esc_type) {
Note: See TracChangeset
for help on using the changeset viewer.
