Bug 182512 Charts over time broken

patch by joel
r=gerv
a=justdave
This commit is contained in:
bugreport%peshkin.net 2002-11-30 03:47:41 +00:00
Родитель 10b9e4baea
Коммит d7179ba1dc
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -82,7 +82,8 @@ if (! defined $FORM{'product'}) {
# We don't want people to be able to view
# reports for products they don't have permissions for...
if (!CanEnterProduct($FORM{'product'})) {
if (($FORM{'product'} ne '-All-')
&& (!CanEnterProduct($FORM{'product'}))) {
ThrowUserError("report_access_denied");
}