Changeset 991 for trunk/wiki.cgi

Show
Ignore:
Timestamp:
03/25/07 00:28:19 (20 months ago)
Author:
nick
Message:

Initial code to revert a user's edits, still needs tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wiki.cgi

    r974 r991  
    9797        $guide->display_admin_interface( 
    9898                             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") || "", 
    99105        ); 
    100106    } elsif ( $action eq 'show_missing_metadata' ) {