diff -r 6acbbb68f032 -r 17221b578fe7 app/soc/views/models/notification.py --- a/app/soc/views/models/notification.py Thu Jan 29 09:33:50 2009 +0000 +++ b/app/soc/views/models/notification.py Thu Jan 29 15:38:41 2009 +0000 @@ -163,7 +163,7 @@ # get the current user current_user = user_logic.logic.getForCurrentAccount() - fields['link_id'] = '%i' % (time.time()) + fields['link_id'] = 't%i' % (time.time()) fields['scope'] = fields['to_user'] fields['from_user'] = current_user fields['scope_path'] = fields['to_user'].link_id