root/ip/trunk/album_showpage.php
| 119 | 155 | ||
|---|---|---|---|
668 | $commentrow[$i]['comment_text'] = strtr($commentrow[$i]['comment_text'], array_flip(get_html_translation_table(HTML_ENTITIES))); | 668 | $commentrow[$i]['comment_text'] = strtr($commentrow[$i]['comment_text'], array_flip(get_html_translation_table(HTML_ENTITIES))); |
669 | 669 | ||
670 | $commentrow[$i]['comment_text'] = $bbcode->acronym_pass($commentrow[$i]['comment_text']); | 670 | $commentrow[$i]['comment_text'] = $bbcode->acronym_pass($commentrow[$i]['comment_text']); |
671 | $commentrow[$i]['comment_text'] = autolink_text($commentrow[$i]['comment_text'], '999999'); | 671 | $commentrow[$i]['comment_text'] = $bbcode->autolink_text($commentrow[$i]['comment_text'], '999999'); |
672 | 672 | ||
673 | $user_sig = ($config['allow_sig']) ? trim($commentrow[$i]['user_sig']) : ''; | 673 | $user_sig = ($config['allow_sig']) ? trim($commentrow[$i]['user_sig']) : ''; |
674 | if($user_sig != '') | 674 | if($user_sig != '') |
Download diff