made a stupid syntax error in last copy
authormtopper <mtopper>
Wed, 20 Jul 2005 03:57:41 +0000 (03:57 +0000)
committermtopper <mtopper>
Wed, 20 Jul 2005 03:57:41 +0000 (03:57 +0000)
etc/producer/producers.xml

index ad3e47b..7bf7ea5 100755 (executable)
        <verb name="doit" />
  </verbs>
  <body>
-       <FreeQยงuery key="topicCounts" query=" SELECT count(c.id) AS count, t.title AS title from content c, topic t, content_x_topic x
+       <FreeQuery key="topicCounts" query=" SELECT count(c.id) AS count, t.title AS title from content c, topic t, content_x_topic x
                                             WHERE c.id = x.content_id AND t.id = x.topic_id GROUP BY t.title ORDER BY length(t.title)"
                   type="set"/>