root/ip/trunk/fetchposts.php
| 125 | 155 | ||
|---|---|---|---|
242 | if ($posts[$i]['enable_autolinks_acronyms']) | 242 | if ($posts[$i]['enable_autolinks_acronyms']) |
243 | { | 243 | { |
244 | $posts[$i]['post_text'] = $bbcode->acronym_pass($posts[$i]['post_text']); | 244 | $posts[$i]['post_text'] = $bbcode->acronym_pass($posts[$i]['post_text']); |
245 | $posts[$i]['post_text'] = autolink_text($posts[$i]['post_text'], '999999'); | 245 | $posts[$i]['post_text'] = $bbcode->autolink_text($posts[$i]['post_text'], '999999'); |
246 | } | 246 | } |
247 | //Acronyms, AutoLinks - END | 247 | //Acronyms, AutoLinks - END |
248 | $i++; | 248 | $i++; |
Download diff