File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1515# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717#
18- # $Id: htmltemplate.py,v 1.92.2.1 2002-07-10 07:21:18 richard Exp $
18+ # $Id: htmltemplate.py,v 1.92.2.2 2002-07-10 07:23:00 richard Exp $
1919
2020__doc__ = """
2121Template engine.
@@ -146,7 +146,6 @@ def determine_value(self, property):
146146 return []
147147 return value
148148 elif self .filterspec is not None :
149- print self .filterspec
150149 if isinstance (propclass , hyperdb .Multilink ):
151150 return self .filterspec .get (property , [])
152151 else :
@@ -1199,6 +1198,9 @@ def render(self, form):
11991198
12001199#
12011200# $Log: not supported by cvs2svn $
1201+ # Revision 1.92.2.1 2002/07/10 07:21:18 richard
1202+ # . #516854 ] "My Issues" and redisplay (no, really, this time for sure)
1203+ #
12021204# Revision 1.92 2002/06/11 04:57:04 richard
12031205# Added optional additional property to display in a Multilink form menu.
12041206#
You can’t perform that action at this time.
0 commit comments