]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes.
authorterry%mozilla.org <>
Fri, 10 Mar 2000 02:04:19 +0000 (02:04 +0000)
committerterry%mozilla.org <>
Fri, 10 Mar 2000 02:04:19 +0000 (02:04 +0000)
checksetup.pl
userprefs.cgi

index f4bbc13a95e9c06cb0e4bcce264bc1c3873a6343..70dcbc03af998b1d4c220e59e4358f970c4e87e6 100755 (executable)
@@ -426,7 +426,8 @@ if ($webservergroup) {
                 'processmail',
                 'whineatnews.pl',
                 'collectstats.pl',
-                'checksetup.pl';
+                'checksetup.pl',
+                'syncshadowdb';
 
     chmod 0770, 'data', 'shadow';
     chmod 0666, glob('data/*');
index 88f032192c15d51419ba2049bcac78e0cf115b0b..cc25fc69fc59e007216ea7a7458a2a0e78d78041 100755 (executable)
@@ -25,6 +25,7 @@ require "CGI.pl";
 sub sillyness {
     my $zz;
     $zz = $::defaultqueryname;
+    $zz = $::usergroupset;
 }
 
 my $userid;