Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv31682/chat/lib
Modified Files:
index.lib.php3
Log Message:
Trully exclude the red color for non-administrators & fix a refreshing problem under Netscape
***** Bogus filespec: -
***** Bogus filespec: 0.14/chat/lib
Index: index.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/lib/index.lib.php3,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** index.lib.php3 2001/03/23 18:44:47 1.4
--- index.lib.php3 2001/03/24 15:14:50 1.5
***************
*** 612,615 ****
--- 612,616 ----
<!--
// Misc vars
+ isModerator = <?php echo((isset($status) && ($status == "a" || $status == "m")) ? 1 : 0); ?>;
imgHelpOff = new Image(15,15); imgHelpOff.src = path2Chat + "images/helpOff.gif";
imgHelpOn = new Image(15,15); imgHelpOn.src = path2Chat + "images/helpOn.gif";
|