Skip to content

Commit e9b9fd8

Browse files
author
florian030
committed
Revert "added username to make the monitor-data usable for db-quota-checks"
This reverts commit 8585125.
1 parent 83bedf7 commit e9b9fd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/lib/classes/cron.d/100-monitor_database_size.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ public function onRunJob() {
8585
$data[$i]['name'] = $records[$i]['database_name'];
8686
$data[$i]['size'] = $app->db->getDatabaseSize($data[$i]['name']);
8787
$data[$i]['sys_groupid'] = $records[$i]['sys_groupid'];
88-
$data[$i]['username'] = $app->db->queryOneRecord("SELECT client.username FROM web_database, sys_group, client WHERE web_database.sys_groupid = sys_group.groupid AND sys_group.client_id = client.client_id and web_database.database_name='".$data[$i]['name']."'")['username'];
8988
}
9089
}
9190

0 commit comments

Comments
 (0)