Show
Ignore:
Timestamp:
09/01/06 17:04:57 (2 years ago)
Author:
erickson
Message:

protect empty string

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Open-ILS/src/extras/fieldmapper.pl

    r4910 r5842  
    5454        print "_c[\"$short_name\"] = ["; 
    5555        for my $f (@fields) {  
     56                next unless $f; 
    5657                if( $f ne "isnew" and $f ne "ischanged" and $f ne "isdeleted" ) { 
    5758                        print "\"$f\",";