mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Fixed issues as db can't be closed now.
This commit is contained in:
parent
e9b6a49e5a
commit
f978e784d5
3 changed files with 1 additions and 9 deletions
|
@ -110,7 +110,6 @@ function get_usernames_filtered($term, $num = 10) {
|
|||
while ($row = $r->fetchArray(SQLITE3_NUM)) {
|
||||
array_push($ret, $row[0]);
|
||||
}
|
||||
$db->close();
|
||||
|
||||
return $ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue