Empty log message

darcs-hash:20060424141310-4ec08-13564d844ab048d6b9939c032eb487c1f513de51.gz
This commit is contained in:
chove 2006-04-24 16:13:10 +02:00
parent 9ae14dd7e7
commit 005436c035

View file

@ -264,6 +264,7 @@ class User:
# create checkbox fields (with default 0) # create checkbox fields (with default 0)
for key, label in self._checkbox_fields: for key, label in self._checkbox_fields:
setattr(self, key, 0) setattr(self, key, 0)
self.wikiname_add_spaces = 1
self.show_page_trail = 1 self.show_page_trail = 1
self.show_fancy_links = 1 self.show_fancy_links = 1
#self.show_emoticons = 1 #self.show_emoticons = 1