Changeset 1804 for WAeUP_SRP/trunk/PatchCatalogToolXMLAdapter.py
- Timestamp:
- 22 May 2007, 17:55:24 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/PatchCatalogToolXMLAdapter.py
r1629 r1804 48 48 if not_found: 49 49 self._logger.info("%s modified." % na[1][1]) 50 #self._initProperties(node)51 #self._initObjects(node)50 self._initProperties(node) 51 self._initObjects(node) 52 52 if new_indexes and len(self.context()) == 0: #disable creation of new indexes if records in the table 53 53 self._initIndexes(node)
Note: See TracChangeset for help on using the changeset viewer.