diff options
Diffstat (limited to 'services/bookmarkservice.php')
| -rw-r--r-- | services/bookmarkservice.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/services/bookmarkservice.php b/services/bookmarkservice.php index 355a4cd..f26dc57 100644 --- a/services/bookmarkservice.php +++ b/services/bookmarkservice.php @@ -428,6 +428,7 @@ class BookmarkService {  		}  		$total = $row['total']; +		$this->db->sql_freeresult($totalresult);  		$bookmarks = array();  		while ($row = & $this->db->sql_fetchrow($dbresult)) { | 
