mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-08-01 14:28:41 +00:00
Remove unrequired function from libra php example script
This commit is contained in:
@@ -26,12 +26,6 @@ class LiteDatabase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private function track($type)
|
|
||||||
{
|
|
||||||
global $tracking;
|
|
||||||
$tracking->update($type);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function sql($sql)
|
public function sql($sql)
|
||||||
{
|
{
|
||||||
if (!$this->connection) {
|
if (!$this->connection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user