*** savemulti.orig Thu Sep 12 15:18:20 2002 --- savemulti Thu Sep 12 15:18:35 2002 *************** *** 84,90 **** # get text and other parameters my $text = $query->param( "text" ); ! my $unlock = $query->param( "unlock" ) || ""; my $dontNotify = $query->param( "dontnotify" ) || ""; if ( $saveaction eq "Checkpoint" ) { $dontNotify = "checked"; --- 84,90 ---- # get text and other parameters my $text = $query->param( "text" ); ! my $unlock = $query->param( "unlock" ) || "on"; my $dontNotify = $query->param( "dontnotify" ) || ""; if ( $saveaction eq "Checkpoint" ) { $dontNotify = "checked";