diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-11-01 15:46:15 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-11-01 15:46:15 +0000 |
commit | 454facb408465d69f194170e5af9eaf926a3008c (patch) | |
tree | 0b2c19330ece1a1a8a41c117bdeb481cc8db488b /phpfspot_db.php | |
parent | e2893be9932bed25fe30e752bd6033a6c8e2a67f (diff) |
issue74, remove references as they seem to be deprecated
git-svn-id: file:///var/lib/svn/phpfspot/trunk@281 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'phpfspot_db.php')
-rw-r--r-- | phpfspot_db.php | 2 |
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); |