summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-16 11:37:56 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-16 11:37:56 +0000
commit072add03f9c076511197f9be5c0de8b9bed5d486 (patch)
treeffd51e41e777d2c8c43c5da936b66843982c7679 /frontends/php/items.php
parent9b54f225fb0eff27de61714c60b1296b399e5985 (diff)
downloadzabbix-072add03f9c076511197f9be5c0de8b9bed5d486.tar.gz
zabbix-072add03f9c076511197f9be5c0de8b9bed5d486.tar.xz
zabbix-072add03f9c076511197f9be5c0de8b9bed5d486.zip
- fixed history cleaning for logs (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2845 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index 6a2b30f8..454049f4 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -276,7 +276,7 @@
}
show_messages(TRUE, S_ITEMS_DISABLED, S_CANNOT_DISABLE_ITEMS);
}
- elseif($_REQUEST["group_task"]=="Clean history")
+ elseif($_REQUEST["group_task"]=='Clean history selected items')
{
$group_itemid = $_REQUEST["group_itemid"];
foreach($group_itemid as $id)