Changeset 821 in products


Ignore:
Timestamp:
Mar 7, 2007 8:15:52 AM (17 years ago)
Author:
piv
Message:

merged with http://svn.quintagroup.com/ni/community/qPloneComments/branches/bundle/1.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • qPloneComments/trunk/utils.py

    r795 r821  
    175175                        From = admin_email) 
    176176 
    177 def getTranslFunction(context): 
    178     return MessageFactory('plonecomments') 
    179  
    180177def setStatusMsg(state, context, msg): 
    181     transl = getTranslFunction(context) 
    182     context.plone_utils.addPortalMessage(transl(msg)) 
     178    context.plone_utils.addPortalMessage(msg) 
Note: See TracChangeset for help on using the changeset viewer.