Skip to content

Commit

Permalink
remove unneeded manual _p_changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Apr 7, 2012
1 parent 09ccbb4 commit 5b2c19c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Products/ZCatalog/Catalog.py
Expand Up @@ -190,8 +190,6 @@ def addColumn(self, name, default_value=None, threshold=10000):
# new column? update the brain
self.updateBrains()

self._p_changed = 1 # why?

def delColumn(self, name, threshold=10000):
"""
deletes a row from the meta data schema
Expand Down

0 comments on commit 5b2c19c

Please sign in to comment.