mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 07:40:12 +01:00
Code cleanup in database/sphinx.php
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
parent
ff790fcd24
commit
e4c2ec8d7f
@ -94,12 +94,9 @@ class Sphinx {
|
|||||||
|
|
||||||
public function getLastId() {
|
public function getLastId() {
|
||||||
return mysql_insert_id($this->link);
|
return mysql_insert_id($this->link);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public function __destruct() { }
|
public function __destruct() { }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
?>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user