changeset 1059 | 17221b578fe7 |
parent 970 | 8b5611d5b053 |
child 1115 | 0a723ff3d27c |
--- a/app/soc/logic/helper/notifications.py Thu Jan 29 09:33:50 2009 +0000 +++ b/app/soc/logic/helper/notifications.py Thu Jan 29 15:38:41 2009 +0000 @@ -143,7 +143,7 @@ 'subject': subject, 'message' : message, 'scope' : to_user, - 'link_id' :'%i' % (time.time()), + 'link_id' :'t%i' % (time.time()), 'scope_path' : to_user.link_id }