root/ip/trunk/includes/news.php

119155
746
			if ($enable_autolinks_acronyms)
746
			if ($enable_autolinks_acronyms)
747
			{
747
			{
748
				$text = $bbcode->acronym_pass($text);
748
				$text = $bbcode->acronym_pass($text);
749
				$text = autolink_text($text, '999999');
749
				$text = $bbcode->autolink_text($text, '999999');
750
			}
750
			}
751
		}
751
		}
752
		else
752
		else