mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
fix & remove unused var
This commit is contained in:
parent
6bc85737cd
commit
3ca088f197
@ -150,7 +150,6 @@ function print_pending_threads($groupids,$since) {
|
||||
function print_operators() {
|
||||
echo "<operators>";
|
||||
$operators = operator_get_all();
|
||||
$names = array();
|
||||
|
||||
foreach($operators as $operator) {
|
||||
if (!operator_is_online($operator))
|
||||
|
@ -92,7 +92,7 @@ function tpl_content() { global $page, $webimroot;
|
||||
<?php if($page['istatus']) { ?>
|
||||
<a href="users.php<?php echo $page['havemenu'] ? "" : "?nomenu" ?>"><?php echo getlocal("pending.status.setonline") ?></a>
|
||||
<?php } else { ?>
|
||||
<a href="users.php?away<?php echo $page['havemenu'] ? "" : "&nomenu" ?>"><?php echo getlocal("pending.status.setaway") ?></a>
|
||||
<a href="users.php?away<?php echo $page['havemenu'] ? "" : "&nomenu" ?>"><?php echo getlocal("pending.status.setaway") ?></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user