From 5db18a09c4eca4560c117f0b4dcd85d75e7139f2 Mon Sep 17 00:00:00 2001 From: mensonge Date: Fri, 21 Nov 2008 11:02:01 +0000 Subject: Refactoring: improve defined and imported functions git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@169 b3834d28-1941-0410-a4f8-b48e95affb8f --- services/bookmark2tagservice.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'services/bookmark2tagservice.php') diff --git a/services/bookmark2tagservice.php b/services/bookmark2tagservice.php index 31ae4d2..9cafec9 100644 --- a/services/bookmark2tagservice.php +++ b/services/bookmark2tagservice.php @@ -241,7 +241,9 @@ class Bookmark2TagService { message_die(GENERAL_ERROR, 'Could not get tags', '', __LINE__, __FILE__, $query, $this->db); return false; } - return $this->db->sql_fetchrowset($dbresult); + + $output = $this->db->sql_fetchrowset($dbresult); + return $output; } -- cgit v1.2.3