[dev] emote order wrong in horde/lib/Text/Filters/emoticons.php

Tyler Colbert tyler-hordeml at colberts.us
Wed Sep 3 15:32:35 PDT 2003


In horde/lib/Text/Filters/emoticons.php

;-) came before O;-)

patch attached (I just swapped them).

--
Tyler Colbert
-------------- next part --------------
Index: emoticons.php
===================================================================
RCS file: /repository/horde/lib/Text/Filter/emoticons.php,v
retrieving revision 1.2
diff -u -r1.2 emoticons.php
--- emoticons.php	22 Aug 2003 18:49:28 -0000	1.2
+++ emoticons.php	3 Sep 2003 22:21:44 -0000
@@ -59,12 +59,12 @@
             ':D' => 'biggrin', '8)' => 'cool', '8p' => 'cooltongue',
             '8Þ' => 'cooltongue', '8D' => 'coolgrin', ':p' => 'tongueout',
             ':P' => 'tongueout', ':Þ' => 'tongueout', '?:(' => 'confused',
-            '%-(' => 'confused', ':)&' => 'love', ';-)' => 'wink',
+            '%-(' => 'confused', ':)&' => 'love', 'O;-)' => 'angelwink',
             ';]' => 'winkgrin', ';p' => 'winktongue', ';P' => 'winktongue',
             ';Þ' => 'winktongue', ':|' => 'indifferent', ':-|' => 'indifferent',
             '!|' => 'tired', '!-I' => 'tired', '|I' => 'asleep',
             '|-I' => 'asleep', 'O:)' => 'angel', 'O:-)' => 'angel',
-            'O;)' => 'angelwink', 'O;-)' => 'angelwink', ':#)' => 'clown',
+            'O;)' => 'angelwink', ';-)' => 'wink', ':#)' => 'clown',
             ':o)' => 'clown', ':)' => 'smile', ';)' => 'wink', ':-)' => 'smile',
             ':@' => 'shout', ':(' => 'frown');
     }


More information about the dev mailing list