Changeset 1756

Show
Ignore:
Timestamp:
04/03/08 17:44:16 (23 months ago)
Author:
bsmith
Message:

bugzid:72494 - Update rememberMe function per previous changes to setCookie function

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/default_templates/javascript.mtml

    r1709 r1756  
    244244        fixDate(now); 
    245245        now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000); 
    246         now = now.toGMTString(); 
    247246        if (f.author != undefined) 
    248247           setCookie('mtcmtauth', f.author.value, now, '/', '', '');