1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

More code cleanup

This commit is contained in:
Cameron
2019-02-11 16:56:37 -08:00
parent 762c8b5a1a
commit 645ad037f5
2 changed files with 25 additions and 46 deletions

View File

@@ -172,7 +172,7 @@
public function db_Mark_Time($sMarker)
{
$this->markTime($sMarker);
return $this->markTime($sMarker);
}
}