We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d0a0f commit 05defdeCopy full SHA for 05defde
server/lib/classes/cron.d/100-mailbox_stats_hourly.inc.php
@@ -63,7 +63,7 @@ public function onRunJob() {
63
64
$sql = "SELECT mailuser_id FROM mail_user WHERE server_id = ?";
65
$records = $app->db->queryAllRecords($sql, $conf['server_id']);
66
- if(count($records) > 0) {
+ if(count($records) > 0) {
67
$this->update_last_mail_login();
68
}
69
0 commit comments