Code cleanup in database/sphinx.php

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2020-02-02 20:34:06 +01:00
parent ff790fcd24
commit e4c2ec8d7f

View File

@ -94,12 +94,9 @@ class Sphinx {
public function getLastId() {
return mysql_insert_id($this->link);
}
}
public function __destruct() { }
}
?>