diff options
author | mkanat%bugzilla.org <> | 2006-08-01 07:15:55 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-08-01 07:15:55 +0200 |
commit | 18c57070565d1218935168b437f4adcfe9b38ce4 (patch) | |
tree | cd5b3166102f888321e5a8823c9ad80fb5bd5000 /editgroups.cgi | |
parent | ec147c3f721ff20d6fa61fea42627b9acb7b0ea3 (diff) | |
download | bugzilla-18c57070565d1218935168b437f4adcfe9b38ce4.tar.gz bugzilla-18c57070565d1218935168b437f4adcfe9b38ce4.tar.xz |
Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
Diffstat (limited to 'editgroups.cgi')
-rwxr-xr-x | editgroups.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editgroups.cgi b/editgroups.cgi index 57708cd3e..a7a608694 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -639,7 +639,7 @@ sub doGroupChanges { $update_params = 1; } } - WriteParams() if $update_params; + write_params() if $update_params; } if ($desc ne $cgi->param('olddesc')) { $chgs = 1; |