Changeset 133
- Timestamp:
- 06/01/2003 11:30:13 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2functions.php
r125 r133 226 226 $content = strtr($content, $b2_htmltrans); 227 227 228 return $content; 229 230 // the following is the slowest. code. ever. 231 /* 228 232 for ($i=0; $i<strlen($content); $i=$i+1) { 229 233 $j = substr($content,$i,1); … … 269 273 270 274 return($newcontent); 275 */ 271 276 } 272 277
Note: See TracChangeset
for help on using the changeset viewer.