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 1a8847f commit 2ba4234Copy full SHA for 2ba4234
web/includes/Event.php
@@ -314,7 +314,7 @@ function DiskSpace( $new='' ) {
314
$this->{'DiskSpace'} = folder_size($this->Path());
315
if ($this->{'EndDateTime'} and $this->{'DiskSpace'}) {
316
# Finished events shouldn't grow in size much so we can commit it to the db.
317
- dbQuery('UPDATE Events SET DiskSpace=? WHERE Id=?', array($this->{'DiskSpace'}, $this->{'Id'}));
+ #dbQuery('UPDATE Events SET DiskSpace=? WHERE Id=?', array($this->{'DiskSpace'}, $this->{'Id'}));
318
}
319
320
return $this->{'DiskSpace'};
0 commit comments