app/soc/views/models/notification.py
changeset 1059 17221b578fe7
parent 1012 73f0b61f2d9d
child 1163 d8c50be19232
--- 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