Code

display _some_ text even when the link isn't interesting
[roundup.git] / roundup / backends / back_gadfly.py
index f81dd04826b4e38432da7062747c691dc057f654..62dfee21a6551ce413413d7fd4e5be86bd8795f2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: back_gadfly.py,v 1.28 2002-10-03 06:56:29 richard Exp $
+# $Id: back_gadfly.py,v 1.29 2002-10-07 00:52:51 richard Exp $
 ''' Gadlfy relational database hypderb backend.
 
 About Gadfly
@@ -137,7 +137,8 @@ class Database(rdbms_common.Database):
         return res
 
 class GadflyClass:
-    def filter(self, search_matches, filterspec, sort, group):
+    def filter(self, search_matches, filterspec, sort=(None,None),
+            group=(None,None)):
         ''' Gadfly doesn't have a LIKE predicate :(
         '''
         cn = self.classname