*** bin/savemulti.orig Thu Sep 12 14:42:48 2002 --- bin/savemulti Thu Sep 12 15:00:54 2002 *************** *** 83,89 **** # 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"; --- 83,89 ---- # 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";