do not read quotas for PDF
This commit is contained in:
parent
3a27f1591f
commit
af8d7c1436
|
@ -71,7 +71,6 @@ if ($_POST['new_group'] || $_POST['del_group'] || $_POST['pdf_group'] || $_POST[
|
||||||
}
|
}
|
||||||
if (sizeof($list) > 0) {
|
if (sizeof($list) > 0) {
|
||||||
createGroupPDF($list);
|
createGroupPDF($list);
|
||||||
if ($_SESSION['config']->get_scriptServer()) $list = getquotas($list);
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -83,7 +82,6 @@ if ($_POST['new_group'] || $_POST['del_group'] || $_POST['pdf_group'] || $_POST[
|
||||||
}
|
}
|
||||||
if (sizeof($list) > 0) {
|
if (sizeof($list) > 0) {
|
||||||
createGroupPDF($list);
|
createGroupPDF($list);
|
||||||
if ($_SESSION['config']->get_scriptServer()) $list = getquotas($list);
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue