Ignore:
Timestamp:
14 Nov 2007, 17:49:39 (17 years ago)
Author:
Henrik Bettermann
Message:

rename sessions_voc.py

Location:
WAeUP_SRP/base/skins/waeup_default
Files:
1 added
2 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_default/getSessionId.py

    r2454 r2653  
    1010# $Id$
    1111"""
    12 return the Session Id
     12return the Portal Session Id
    1313"""
    14 
    15 # must be changed in 2007/2008; should return only the last two digits
    16 
    17 #import DateTime
    18 #now = DateTime.DateTime()
    19 #if now.month() > 11:
    20 #    s = "%s" % now.year()
    21 #else:
    22 #    s = "%s" % (now.year() - 1)
    23 #return s
    2414
    2515session_id = context.portal_properties.session[2:4]
Note: See TracChangeset for help on using the changeset viewer.