diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-09-23 15:31:11 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-09-23 15:31:11 +0000 |
| commit | 419fb9970aecbdfe99e4131d437046858326018b (patch) | |
| tree | 0e3d6fd14a55a6930f11501f0f26cfc40fea1c66 /frontends/php/include | |
| parent | 84ef2d972ab484757d91fe78f1fe6c1fdda34f9a (diff) | |
| download | zabbix-419fb9970aecbdfe99e4131d437046858326018b.tar.gz zabbix-419fb9970aecbdfe99e4131d437046858326018b.tar.xz zabbix-419fb9970aecbdfe99e4131d437046858326018b.zip | |
- no full list of triggers and items will be shown
- deleted column triggers.lastcheck
- fixed PostgreSQL upgrade patch to 1.0alpha10
- if item.history==0, not values will be added to table history for this item
- added directory upgrades/dbpatches/1.0alpha10_to_1.0alpha11/
git-svn-id: svn://svn.zabbix.com/trunk@211 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc b/frontends/php/include/config.inc index 8893c616..f870c9c4 100644 --- a/frontends/php/include/config.inc +++ b/frontends/php/include/config.inc @@ -15,7 +15,7 @@ } else { - $color="#000000"; + $color="#223344"; } echo "<center>"; echo "<font face='Helvetica' size=+1 color='$color'>"; @@ -851,6 +851,8 @@ function delete_action( $actionid ) { $sql="delete from actions where actionid=$actionid"; + $result=DBexecute($sql); + $sql="delete from alerts where actionid=$actionid"; return DBexecute($sql); } |
