Changeset 472 for trunk/preferences.cgi
- Timestamp:
- 09/16/04 14:31:21 (4 years ago)
- Files:
-
- 1 modified
-
trunk/preferences.cgi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/preferences.cgi
r414 r472 31 31 my $rc_minor_eds = $cgi->param("show_minor_edits_in_rc") || 0; 32 32 my $edit_type = $cgi->param("default_edit_type") || "normal"; 33 my $expires = $cgi->param("cookie_expires") || "month"; 33 34 my $cookie = OpenGuides::CGI->make_prefs_cookie( 34 35 config => $config, … … 40 41 show_minor_edits_in_rc => $rc_minor_eds, 41 42 default_edit_type => $edit_type, 43 cookie_expires => $expires, 42 44 ); 43 45 print OpenGuides::Template->output( … … 55 57 show_minor_edits_in_rc => $rc_minor_eds, 56 58 default_edit_type => $edit_type, 59 cookie_expires => $expires, 57 60 } 58 61 );
