From 91eb43bec6dfdd2e16012f0fb56b6eaa87105e3f Mon Sep 17 00:00:00 2001 From: cweiske Date: Fri, 23 Oct 2009 16:54:51 +0000 Subject: revamp service factory git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@393 b3834d28-1941-0410-a4f8-b48e95affb8f --- src/SemanticScuttle/Service/Vote.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/SemanticScuttle/Service/Vote.php') diff --git a/src/SemanticScuttle/Service/Vote.php b/src/SemanticScuttle/Service/Vote.php index e348512..3c4a144 100644 --- a/src/SemanticScuttle/Service/Vote.php +++ b/src/SemanticScuttle/Service/Vote.php @@ -173,6 +173,7 @@ class SemanticScuttle_Service_Vote extends SemanticScuttle_Service public function rewriteVotings() { //FIXME + //SELECT bid, SUM( vote ) FROM sc_votes GROUP BY bid } -- cgit v1.2.3