Ignore:
Timestamp:
07/23/10 21:40:11 (19 months ago)
Author:
mattlevine
Message:
  1. Fixing wrong cf_sql_type value for new param attribute.
  2. Adding argument scoping to rc.
  3. Fixing strange issue with event struct not passing by reference.
  4. Adding old tabs css back in.
File:
1 edited

Legend:

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

    r2403 r2575  
    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.