Skip to content

Commit ac03e94

Browse files
committed
fixed wrong group-query
1 parent ced73f2 commit ac03e94

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

interface/lib/classes/quota_lib.inc.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ public function get_mailquota_data($groupid = null, $readable = true) {
110110
}
111111
}
112112
//print_r($monitor_data);
113-
if($_SESSION["s"]["user"]["typ"] != 'admin'){
114-
$sql_where = " AND sys_groupid = ".intval($_SESSION['s']['user']['default_group']);
115-
}
116113

117114
if($groupid != null){
118115
$sql_where = " AND sys_groupid = ".$groupid;

0 commit comments

Comments
 (0)