Ignore:
Timestamp:
07/23/10 17:24:30 (19 months ago)
Author:
mattlevine
Message:
  1. Fixing issue with setting jsDateKey()
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/www/requirements/mura/resourceBundle/resourceBundleFactory.cfc

    r2400 r2572  
    833833 
    834834<!--- now we create a date so we can parse it and figure out the date format and then create a date validation key ---> 
    835 <cfif not len(arguments.mySession.dateKey) or not len(arguments.mySession.dateKeyFormat)> ---> 
     835<cfif not len(arguments.mySession.dateKey) or not len(arguments.mySession.dateKeyFormat)> 
    836836        <cfset utils=getUtils(arguments.mySession.locale)> 
    837837        <cfset arguments.mySession.dateKey=utils.getJSDateKey()> 
Note: See TracChangeset for help on using the changeset viewer.