--- loncom/interface/loncommon.pm 2004/02/20 17:03:38 1.182 +++ loncom/interface/loncommon.pm 2004/02/23 21:10:06 1.184 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.182 2004/02/20 17:03:38 matthew Exp $ +# $Id: loncommon.pm,v 1.184 2004/02/23 21:10:06 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -631,8 +631,8 @@ sub help_open_bug { $ENV{'environment.remote'} eq 'off' ) { $stayOnPage=1; } - $width = 350 if (not defined $width); - $height = 400 if (not defined $height); + $width = 600 if (not defined $width); + $height = 600 if (not defined $height); $topic=~s/\W+/\+/g; my $link=''; @@ -2359,7 +2359,7 @@ other decorations will be returned. sub bodytag { my ($title,$function,$addentries,$bodyonly,$domain,$forcereg)=@_; $title=&mt($title); - $function = &get_users_function() if (! defined($function)); + $function = &get_users_function() if (!$function); my $img=&designparm($function.'.img',$domain); my $pgbg=&designparm($function.'.pgbg',$domain); my $tabbg=&designparm($function.'.tabbg',$domain);