mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update sqlite.php
This commit is contained in:
parent
78bf42da08
commit
1317f40898
5
library/includes/cache/sqlite.php
vendored
5
library/includes/cache/sqlite.php
vendored
@ -264,6 +264,11 @@ class sqlite_common extends cache_common
|
||||
return $result;
|
||||
}
|
||||
|
||||
function insert_id()
|
||||
{
|
||||
return $this->dbh->lastInsertRowID();
|
||||
}
|
||||
|
||||
function fetch_row ($query)
|
||||
{
|
||||
$result = $this->query($query);
|
||||
|
Loading…
Reference in New Issue
Block a user