From f1e45843492261e42dd63c15063ec943e5e71ab2 Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 17 Sep 2002 23:59:59 +0000 Subject: [PATCH] include the "content" property in getprops.... git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1183 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/backends/back_anydbm.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/roundup/backends/back_anydbm.py b/roundup/backends/back_anydbm.py index 91f8a76..e50a960 100644 --- a/roundup/backends/back_anydbm.py +++ b/roundup/backends/back_anydbm.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -#$Id: back_anydbm.py,v 1.79 2002-09-15 23:06:20 richard Exp $ +#$Id: back_anydbm.py,v 1.80 2002-09-17 23:59:59 richard Exp $ ''' This module defines a backend that saves the hyperdatabase in a database chosen by anydbm. It is guaranteed to always be available in python @@ -1877,8 +1877,7 @@ class FileClass(Class): modified. ''' d = Class.getprops(self, protected=protected).copy() - if protected: - d['content'] = hyperdb.String() + d['content'] = hyperdb.String() return d def index(self, nodeid): -- 2.30.2