Changeset 991 for trunk/wiki.cgi
- Timestamp:
- 03/25/07 00:28:19 (20 months ago)
- Files:
-
- 1 modified
-
trunk/wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wiki.cgi
r974 r991 97 97 $guide->display_admin_interface( 98 98 moderation_completed => $q->param("moderation"), 99 ); 100 } elsif ( $action eq 'revert_user' ) { 101 $guide->revert_user_interface( 102 username => $q->param("username") || "", 103 host => $q->param("host") || "", 104 password => $q->param("password") || "", 99 105 ); 100 106 } elsif ( $action eq 'show_missing_metadata' ) {
