mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -62,6 +62,8 @@ else {
|
||||
@clients = ( [ $in{'client'}, $in{'job'} ] );
|
||||
}
|
||||
|
||||
$dbh->disconnect();
|
||||
|
||||
foreach $clientjob (@clients) {
|
||||
$client = $clientjob->[0];
|
||||
$job = $clientjob->[1];
|
||||
|
||||
Reference in New Issue
Block a user