Changeset 824 for trunk/wiki.cgi
- Timestamp:
- 08/03/06 15:26:35 (2 years ago)
- Files:
-
- 1 modified
-
trunk/wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wiki.cgi
r821 r824 85 85 } elsif ( $action eq 'admin' ) { 86 86 $guide->display_admin_interface(); 87 } elsif ( $action eq 'show_missing_metadata' ) { 88 $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") 93 ); 87 94 } elsif ( $action eq 'set_moderation' ) { 88 95 $guide->set_node_moderation(
