From 5d11ae2fd5a88b5605aa70167516a571822f0e06 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sat, 24 Oct 2009 09:10:05 +0000 Subject: use dbservice in all services that need a db git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@406 b3834d28-1941-0410-a4f8-b48e95affb8f --- src/SemanticScuttle/Service/Bookmark2Tag.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/SemanticScuttle/Service/Bookmark2Tag.php') diff --git a/src/SemanticScuttle/Service/Bookmark2Tag.php b/src/SemanticScuttle/Service/Bookmark2Tag.php index 07d75b9..2702acb 100644 --- a/src/SemanticScuttle/Service/Bookmark2Tag.php +++ b/src/SemanticScuttle/Service/Bookmark2Tag.php @@ -1,9 +1,6 @@ db->sql_query($query); } - - // Properties - function getTableName() { return $this->tablename; } - function setTableName($value) { $this->tablename = $value; } } ?> -- cgit v1.2.3-54-g00ecf