Merge branch 'dd_ordering' into zope-2.13
[Portfolio.git] / skins / set_photo_title.py
1 ## Script (Python) "set_photo_title"
2 ##title=Update Photot title
3 ##parameters=title
4 if context.Title() != title :
5 context.editMetadata(title=title)