|
From: Lo?c C. <lo...@us...> - 2001-04-24 11:25:32
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv7947/lib
Modified Files:
smilies.lib.php3
Log Message:
Comments about the smilies array have been revised
Index: smilies.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/smilies.lib.php3,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** smilies.lib.php3 2001/04/24 10:57:22 1.7
--- smilies.lib.php3 2001/04/24 11:25:29 1.8
***************
*** 30,36 ****
* The table below define smilies' codes and associated gif names, width and
* height.
! * You may add your own collection of smilies inside but be aware that the
! * single quote and the backslash characters must be backslashed.
! * Moreover these codes are case sensitive.
*/
$smilies = array(
--- 30,39 ----
* The table below define smilies' codes and associated gif names, width and
* height.
! * You may add your own collection of smilies inside but be aware that:
! * - space characters in smilies codes leads to impredictible results;
! * - the single quote and the backslash characters must be backslashed in
! * smilies codes;
! * - the smilies codes are used in a case sensitive way ('a' and 'A' are
! * different).
*/
$smilies = array(
|