Changeset 4785
- Timestamp:
- 11/13/08 05:31:24 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
attachmentnummacro/0.11/tracattachmentnum/attachmentnum.py
r4778 r4785 35 35 raw = False 36 36 37 id = get_resource_name(self.env, formatter.resource) 38 type = formatter.resource.realm 37 res = formatter.resource 38 id = res.id 39 type = res.realm 39 40 40 41 db = self.env.get_db_cnx()
