do not read quotas for PDF

This commit is contained in:
Roland Gruber 2004-05-23 15:47:54 +00:00
parent 3a27f1591f
commit af8d7c1436
1 changed files with 0 additions and 2 deletions

View File

@ -71,7 +71,6 @@ if ($_POST['new_group'] || $_POST['del_group'] || $_POST['pdf_group'] || $_POST[
}
if (sizeof($list) > 0) {
createGroupPDF($list);
if ($_SESSION['config']->get_scriptServer()) $list = getquotas($list);
exit;
}
}
@ -83,7 +82,6 @@ if ($_POST['new_group'] || $_POST['del_group'] || $_POST['pdf_group'] || $_POST[
}
if (sizeof($list) > 0) {
createGroupPDF($list);
if ($_SESSION['config']->get_scriptServer()) $list = getquotas($list);
exit;
}
}