Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/config
In directory usw-pr-cvs1:/tmp/cvs-serv18898/chat/config
Modified Files:
config.lib.php3
Log Message:
C_USE_SMILIES has been renamed to C_MAX_GSMILIES
Index: config.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/config.lib.php3,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** config.lib.php3 2001/04/19 21:05:04 1.6
--- config.lib.php3 2001/05/07 21:15:00 1.7
***************
*** 87,91 ****
// Messages enhancements
! define('C_USE_SMILIES', 1); // Use graphical smilies ? : 0 = no, 1 = yes
define('C_HTML_TAGS_KEEP', 'simple'); // Keep HTML tags in messages ?
// 'simple' : keep bold, italic and underline tags
--- 87,91 ----
// Messages enhancements
! define('C_MAX_GSMILIES', 2); // Maximun number of graphical smilies per message (0 = none, * = no limit)
define('C_HTML_TAGS_KEEP', 'simple'); // Keep HTML tags in messages ?
// 'simple' : keep bold, italic and underline tags
|