mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
parent
1317f40898
commit
84c5e50396
3
library/includes/cache/sqlite.php
vendored
3
library/includes/cache/sqlite.php
vendored
@ -289,8 +289,7 @@ class sqlite_common extends cache_common
|
|||||||
|
|
||||||
function changes ()
|
function changes ()
|
||||||
{
|
{
|
||||||
$changes = $this->dbh->changes();
|
return is_resource($this->dbh) ? $this->dbh->changes() : 0;
|
||||||
return is_resource($this->dbh) ? $changes : 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function escape ($str)
|
function escape ($str)
|
||||||
|
Loading…
Reference in New Issue
Block a user