Commit 2fe93365 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove obsolete z_related_security.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40039 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7559ffc1
......@@ -321,7 +321,7 @@ class CatalogTool (UniqueObject, ZCatalog, CMFCoreCatalogTool, ActiveObject):
config_sql_dir = os.path.join(product_path, 'sql', config_id)
common_sql_list = ('z0_drop_record', 'z_read_recorded_object_list', 'z_catalog_paths',
'z_record_catalog_object', 'z_clear_reserved', 'z_record_uncatalog_object',
'z_create_record', 'z_related_security', 'z_delete_recorded_object_list',
'z_create_record', 'z_delete_recorded_object_list',
'z_reserve_uid', 'z_getitem_by_path', 'z_show_columns', 'z_getitem_by_path',
'z_show_tables', 'z_getitem_by_uid', 'z_unique_values', 'z_produce_reserved_uid_list',)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment