Changeset 836 for trunk/includes/global.php
- Timestamp:
- Aug 25, 2015, 10:52:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r831 r836 188 188 $data = str_replace('$b $b', '$b$b', $data); 189 189 $data = str_replace('| ', '|', $data); 190 191 $data = strip_tags($data); 190 192 191 193 return($data);
Note:
See TracChangeset
for help on using the changeset viewer.