Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs
In directory usw-pr-cvs1:/tmp/cvs-serv13946/chat/lib/index_libs
Modified Files:
users.lib.js start_page.lib.js index_validation.lib.php3
do_enter_db_work.lib.php3
Log Message:
Remove some trailing whitespaces
Index: users.lib.js
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/users.lib.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** users.lib.js 2001/04/04 16:20:47 1.2
--- users.lib.js 2001/04/10 15:00:06 1.3
***************
*** 346,350 ****
var what = (jsIsExpanded) ? 'del' : 'add';
jsOpenedRoomsCnt = (jsIsExpanded) ? 0 : jsRoomsCnt;
!
if (jsIsNS4)
{
--- 346,350 ----
var what = (jsIsExpanded) ? 'del' : 'add';
jsOpenedRoomsCnt = (jsIsExpanded) ? 0 : jsRoomsCnt;
!
if (jsIsNS4)
{
Index: start_page.lib.js
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/start_page.lib.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** start_page.lib.js 2001/04/04 16:23:13 1.2
--- start_page.lib.js 2001/04/10 15:00:06 1.3
***************
*** 127,131 ****
var resetT = document.forms['startingForm'].elements['roomType'].options[0];
var resetR2 = document.forms['startingForm'].elements['createRoomName'];
!
// A default public chat room has been selected
if (choiceType == 'default')
--- 127,131 ----
var resetT = document.forms['startingForm'].elements['roomType'].options[0];
var resetR2 = document.forms['startingForm'].elements['createRoomName'];
!
// A default public chat room has been selected
if (choiceType == 'default')
Index: index_validation.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/index_validation.lib.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index_validation.lib.php3 2001/04/04 08:36:06 1.2
--- index_validation.lib.php3 2001/04/10 15:00:06 1.3
***************
*** 74,78 ****
$error1 = L_ERR_USR_16;
}
! // Checks for bad words in the nick
else if (C_BAD_WORDS)
{
--- 74,78 ----
$error1 = L_ERR_USR_16;
}
! // Checks for coarse words in the nick
else if (C_BAD_WORDS)
{
***************
*** 196,200 ****
$error2 = L_ERR_ROM_1;
}
! // Checks for bad words in the room name
else if (C_BAD_WORDS && checkWords($createRoomName, true))
{
--- 196,200 ----
$error2 = L_ERR_ROM_1;
}
! // Checks for coarse words in the room name
else if (C_BAD_WORDS && checkWords($createRoomName, true))
{
Index: do_enter_db_work.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_db_work.lib.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** do_enter_db_work.lib.php3 2001/04/08 18:24:05 1.3
--- do_enter_db_work.lib.php3 2001/04/10 15:00:06 1.4
***************
*** 69,73 ****
if (empty($msgOrder))
$showTimestamp = C_SHOW_TIMESTAMP;
!
if (dbSessionIsRegistered('notify'))
$notify = $dbSessionVars['notify'];
--- 69,73 ----
if (empty($msgOrder))
$showTimestamp = C_SHOW_TIMESTAMP;
!
if (dbSessionIsRegistered('notify'))
$notify = $dbSessionVars['notify'];
|