summaryrefslogtreecommitdiffstats
path: root/phpfspot_db.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot_db.php')
-rw-r--r--phpfspot_db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot_db.php b/phpfspot_db.php
index fba87b3..a3f1234 100644
--- a/phpfspot_db.php
+++ b/phpfspot_db.php
@@ -125,7 +125,7 @@ class PHPFSPOT_DB {
} // db_exec()
- public function db_fetch_object(&$resource)
+ public function db_fetch_object($resource)
{
return sqlite3_fetch_array($resource);