Skip to content

Commit c27db96

Browse files
committed
removed trash
1 parent c5ca7a8 commit c27db96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/classes/mysqlims.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function __construct($main, $slave = false, $strict = false)
6060
*/
6161
public function prepare($query)
6262
{
63-
mysqli::prepare($query);
6463
if (stripos($query, "SELECT") && stripos($query, "FOR UPDATE") === false && $this->slave !== false) {
6564
return $this->mysqliR->prepare($query);
6665
} else {

0 commit comments

Comments
 (0)