Show
Ignore:
Timestamp:
12/07/2007 03:04:42 PM (12 months ago)
Author:
Shadowhand
Message:

Removed Form_Address and Form_Citystatezip. They are more trouble than they are worth, and the input format is not consistent.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/i18n/en_US/forge.php

    r1447 r1450  
    33$lang = array 
    44( 
    5         'address_unit' => 'Unit' 
     5        'address_unit' => 'Unit #', 
     6        'address_city' => 'City', 
     7        'address_state' => 'State', 
     8        'address_zip' => 'Zip' 
    69);