Commit 23d09a2 1 parent 79ed8ce commit 23d09a2 Copy full SHA for 23d09a2
File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 88
88
function cpusercmp ($ a , $ b ) {
89
89
return strcasecmp ($ a ['name ' ], $ b ['name ' ]);
90
90
}
91
+
91
92
function admin_groups_sort () {
92
93
global $ a_group ;
93
94
@@ -246,6 +247,8 @@ function admin_groups_sort() {
246
247
header ("Location: system_groupmanager.php " );
247
248
exit ;
248
249
}
250
+
251
+ $ pconfig ['name ' ] = $ _POST ['groupname ' ];
249
252
}
250
253
251
254
function build_priv_table () {
@@ -287,11 +290,13 @@ function build_priv_table() {
287
290
if ($ act == "new " || $ act == "edit " ) {
288
291
$ pgtitle [] = gettext ('Edit ' );
289
292
}
293
+
290
294
include ("head.inc " );
291
295
292
296
if ($ input_errors ) {
293
297
print_input_errors ($ input_errors );
294
298
}
299
+
295
300
if ($ savemsg ) {
296
301
print_info_box ($ savemsg , 'success ' );
297
302
}
You can’t perform that action at this time.
0 commit comments