From: Lo?c C. <lo...@us...> - 2001-06-12 19:46:58
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat In directory usw-pr-cvs1:/tmp/cvs-serv19590/chat Modified Files: whois_popup.php3 Log Message: Remove remainings and buggy break instructions Index: whois_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/whois_popup.php3,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** whois_popup.php3 2001/06/10 14:56:06 1.17 --- whois_popup.php3 2001/06/12 19:46:55 1.18 *************** *** 95,99 **** { $power = 'high'; - break; } else if ($dbSessionVars['status'] >= 5) // moderators --- 95,98 ---- *************** *** 103,107 **** $whoisDbLnk->cleanResults(); $power = ($isInCurrentRoom) ? 'medium' : 'weak'; - break; } else // simple user --- 102,105 ---- |