web/views/eproperties.py
branchtls-sprint
changeset 879 329fd038c5a3
parent 792 685f020f855f
child 940 15dcdc863965
--- a/web/views/eproperties.py	Fri Feb 20 01:14:46 2009 +0100
+++ b/web/views/eproperties.py	Fri Feb 20 01:15:20 2009 +0100
@@ -214,8 +214,8 @@
 
 
 
-def is_user_prefs(cls, req, rset, row, col):
-    return req.user.eid == rset[row or 0 ][col or 0]
+def is_user_prefs(cls, req, rset, row=None, col=0, **kwargs):
+    return req.user.eid == rset[row or 0][col]
 
 
 class EPropertiesForm(SystemEPropertiesForm):