Ticket #3760: patch.txt

File patch.txt, 232 bytes (added by spark343@…, 17 years ago)

Patch to allow user method item_guid to override the guid setting

Line 
1108,110d107
2<             unique_id = self.__get_dynamic_attr('item_guid', item)
3<           if not unique_id:
4<               unique_id = link
5115c112
6<                 unique_id = unique_id,
7---
8>                 unique_id = link,
Back to Top