Changeset 829 for trunk/wiki.cgi

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

Support for toggling moderation on and off on nodes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wiki.cgi

    r825 r829  
    9696                             id       => $node, 
    9797                             password => $q->param("password") || "", 
    98                              moderation_flag => $q->param("moderation_flat") || "", 
     98                             moderation_flag => $q->param("moderation_flag") || "", 
    9999                           ); 
    100100    } elsif ( $action eq 'moderate' ) {