Changeset 825 for trunk/wiki.cgi

Show
Ignore:
Timestamp:
08/03/06 15:39:16 (2 years ago)
Author:
nick
Message:

Few missing metadata related tweaks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wiki.cgi

    r824 r825  
    8787    } elsif ( $action eq 'show_missing_metadata' ) { 
    8888        $guide->show_missing_metadata( 
    89                              metadata_type  => $q->param("metadata_type"), 
    90                              metadata_value => $q->param("metadata_value"), 
    91                              exclude_locales => $q->param("exclude_locales"), 
    92                              exclude_categories => $q->param("exclude_categories") 
     89                   metadata_type  => $q->param("metadata_type") || "", 
     90                   metadata_value => $q->param("metadata_value") || "", 
     91                   exclude_locales => $q->param("exclude_locales") || "", 
     92                   exclude_categories => $q->param("exclude_categories") || "" 
    9393        ); 
    9494    } elsif ( $action eq 'set_moderation' ) {