|
From: Lo?c C. <lo...@us...> - 2001-04-16 15:50:19
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands
In directory usw-pr-cvs1:/tmp/cvs-serv9622/chat/lib/commands
Modified Files:
help.cmd.php3
Log Message:
Fixed a case sensitive typo
Index: help.cmd.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/commands/help.cmd.php3,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** help.cmd.php3 2001/04/05 00:43:50 1.1
--- help.cmd.php3 2001/04/16 15:50:16 1.2
***************
*** 31,35 ****
'window.parent.pmcHelpPopup(' . ((L_CHARSET == 'windows-1256') ? 610 : 10) . ');',
'// -->',
! '</SCRIPT>'
);
--- 31,35 ----
'window.parent.pmcHelpPopup(' . ((L_CHARSET == 'windows-1256') ? 610 : 10) . ');',
'// -->',
! '</script>'
);
|