diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-11 11:48:58 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-03-11 11:48:58 +0000 |
| commit | a5c435223703507964d991c38aed30f5b576f38c (patch) | |
| tree | 12451fbfaa04b8f4149875f81cf5a99567d412e7 /frontends/php/events.php | |
| parent | 419b228afeba243106a8757543cde23bbdd03189 (diff) | |
| download | zabbix-a5c435223703507964d991c38aed30f5b576f38c.tar.gz zabbix-a5c435223703507964d991c38aed30f5b576f38c.tar.xz zabbix-a5c435223703507964d991c38aed30f5b576f38c.zip | |
- [DEV-118] quick fix to refresh methods in dashboard screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5469 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/events.php')
| -rw-r--r-- | frontends/php/events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/events.php b/frontends/php/events.php index 0fb8229c..82ac00d3 100644 --- a/frontends/php/events.php +++ b/frontends/php/events.php @@ -475,7 +475,7 @@ include_once "include/page_header.php"; new CSpan(' | ','divider'), new CSpan(array($next,' »'),'textcolorstyles')); - $filter = create_filter(S_FILTER,$navigation,$filterForm,'tr_filter',get_profile('web.events.filter.state',1)); + $filter = create_filter(S_FILTER,$navigation,$filterForm,'tr_filter',get_profile('web.events.filter.state',0)); $filter->Show(); //------- |
