From 089fc82089164ba70b3c9cb6d439e44f88adeaae Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 6 Jun 2008 17:40:53 +0000 Subject: Show subordinates properly --- Pivot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pivot.py b/Pivot.py index 28cea92..fe865cd 100644 --- a/Pivot.py +++ b/Pivot.py @@ -214,7 +214,7 @@ class Database(Backend.Database): # Note that we don't access 'tags' unless attributes requested if any_attrs: - attrs["hasSubordinates"].append(tags and "FALSE" or "TRUE") + attrs["hasSubordinates"].append(tags and "TRUE" or "FALSE") return (self.suffix, attrs) -- cgit v1.2.3