From: terry%mozilla.org <> Date: Fri, 10 Mar 2000 02:04:19 +0000 (+0000) Subject: Patch by "Peter Schweiger" -- minor bugfixes. X-Git-Tag: bugzilla-2.12~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d601251a5aae95f3e16dc86ab16d07dc0dc045a6;p=thirdparty%2Fbugzilla.git Patch by "Peter Schweiger" -- minor bugfixes. --- diff --git a/checksetup.pl b/checksetup.pl index f4bbc13a95..70dcbc03af 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -426,7 +426,8 @@ if ($webservergroup) { 'processmail', 'whineatnews.pl', 'collectstats.pl', - 'checksetup.pl'; + 'checksetup.pl', + 'syncshadowdb'; chmod 0770, 'data', 'shadow'; chmod 0666, glob('data/*'); diff --git a/userprefs.cgi b/userprefs.cgi index 88f032192c..cc25fc69fc 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -25,6 +25,7 @@ require "CGI.pl"; sub sillyness { my $zz; $zz = $::defaultqueryname; + $zz = $::usergroupset; } my $userid;