[Zope-dev] Bug in dtml-in ????

2001-05-02 Thread Andre Schubert
Hi, I have found a error/bug in the dtml-in tag. I have an SQL-Query that returns traffic-data grouped by month and year. Th SQL-query returns 5 rows of data. I want a page to show only one month. If i use: dtml-in foo size=1 orphan=1 start=query_start dtml-if sequence-start dtml-if

Re: [Zope-dev] Bug in dtml-in ????

2001-05-02 Thread Andre Schubert
Hi, i have found a solution in DT_In.py change this( beginning at line 537 ): else: kw['previous-sequence']=0 if index==last: try: # The following line is a sneaky way