summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-22 12:39:55 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-22 12:39:55 +0000
commitbb235bd63289bd6debf4a951e4169fb3c9430a5f (patch)
tree2151874c5fb08cb56cc80846f44c4e8b2113ff63 /src/libs
parentbc3b6068812aa65d806b74b9b89ff1aa74ee0ccb (diff)
- added value mapping for e-mail content (Eugene)
- fixed frontend (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2671 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/zbxdbhigh/db.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/zbxdbhigh/db.c b/src/libs/zbxdbhigh/db.c
index adeb637d..59e73f27 100644
--- a/src/libs/zbxdbhigh/db.c
+++ b/src/libs/zbxdbhigh/db.c
@@ -1413,6 +1413,7 @@ void DBget_item_from_db(DB_ITEM *item,DB_RESULT *result, int row)
item->status=atoi(DBget_field(result,i,31));
item->trapper_hosts=DBget_field(result,i,32);
item->logtimefmt=DBget_field(result,i,33);
+ item->valuemapid=atoi(DBget_field(result,i,34));
}
int DBget_default_escalation_id()