mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-24 02:49:10 +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)
|
||||
{
|
||||
if (!$this->connection) {
|
||||
|
||||
Reference in New Issue
Block a user