Another regex problem with the smileys fixed.
authorThomas Willingham <founder@kakste.com>
Sat, 5 May 2012 22:41:55 +0000 (23:41 +0100)
committerThomas Willingham <founder@kakste.com>
Sat, 5 May 2012 22:41:55 +0000 (23:41 +0100)
smiley_pack/smiley_pack.php

index 533ebbb108eb37cb4cfe238ec11f7bc89878174f..ed4d0e651405e8d56d57f8794779c61f7b8628dd 100644 (file)
@@ -214,8 +214,8 @@ function smiley_pack_smilies(&$a,&$b) {
        $b['texts'][] = ':basketball';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/sport/basketball.gif' . '" alt="' . ':basketball' . '" />';
 
-       $b['texts'][] = ':bowling';
-       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/sport/bowling.gif' . '" alt="' . ':bowling' . '" />';
+       $b['texts'][] = '~bowling';
+       $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/sport/bowling.gif' . '" alt="' . '~bowling' . '" />';
 
        $b['texts'][] = ':cycling';
        $b['icons'][] = '<img src="' . $a->get_baseurl() . '/addon/smiley_pack/icons/sport/cycling.gif' . '" alt="' . ':cycling' . '" />';