Show
Ignore:
Timestamp:
03/01/09 01:04:38 (9 months ago)
Author:
eevee
Message:

Fixed some uninit warnings, which were flooding Apache's error log.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Form.pm

    r433 r463  
    275275        } 
    276276    } 
     277 
     278    $attr{value} = '' if not defined $attr{value}; 
    277279 
    278280    # boring old textbox or passwordbox; nothing special