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
cf962a6653
commit
390971ffc4
4
library/includes/cache/sqlite.php
vendored
4
library/includes/cache/sqlite.php
vendored
@ -300,12 +300,12 @@ class sqlite_common extends cache_common
|
||||
|
||||
function close ()
|
||||
{
|
||||
return @$this->dbh->close();
|
||||
@$this->dbh->close();
|
||||
}
|
||||
|
||||
function busy ($timeout)
|
||||
{
|
||||
return @$this->dbh->busyTimeout($timeout);
|
||||
@$this->dbh->busyTimeout($timeout);
|
||||
}
|
||||
|
||||
function get_error_msg ()
|
||||
|
Loading…
Reference in New Issue
Block a user