Changes between Version 5 and Version 6 of CookBookCategoryDataModel


Ignore:
Timestamp:
Aug 12, 2005, 1:44:13 PM (19 years ago)
Author:
anonymous
Comment:

Fixed the fix :/

Legend:

Unmodified
Added
Removed
Modified
  • CookBookCategoryDataModel

    v5 v6  
    2626            more = self._recurse_for_parents(p)
    2727            p_list.extend(more)
    28         if cat_obj == self:
     28        if cat_obj == self and p_list:
    2929            p_list.reverse()
    3030        return p_list
Back to Top