1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

PDO class optimization

This commit is contained in:
Cameron
2019-02-10 16:19:25 -08:00
parent 42147e2227
commit 4e9f47c8b4
6 changed files with 89 additions and 124 deletions

View File

@@ -162,4 +162,10 @@
$this->setErrorReporting($mode);
}
public function db_Mark_Time($sMarker)
{
$this->markTime($sMarker);
}
}