From 0858ba7f72c5cf5626898b81429b2f88911b9dfb Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 11 Sep 2008 14:10:58 +0000 Subject: Bug fix: renametag function corrected (thank you Andreas) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@144 b3834d28-1941-0410-a4f8-b48e95affb8f --- services/tagservice.php | 1 + 1 file changed, 1 insertion(+) (limited to 'services') diff --git a/services/tagservice.php b/services/tagservice.php index fbb7fa3..47f82d6 100644 --- a/services/tagservice.php +++ b/services/tagservice.php @@ -72,6 +72,7 @@ class TagService { $query.= ' WHERE tag="'.$oldName.'"'; $query.= ' AND uId="'.$uId.'"'; $this->db->sql_query($query); + return true; } -- cgit v1.2.3