mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -51,7 +51,7 @@ abstract class xml_output {
|
|||
|
||||
public function __construct($usebuffer = true) {
|
||||
$this->inittime = microtime(true);
|
||||
$this->finishtime = $this->inittime;;
|
||||
$this->finishtime = $this->inittime;
|
||||
$this->sentbytes = 0;
|
||||
|
||||
$this->usebuffer = $usebuffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue