2011-10-24 Junichi Satoh <junichi@rworks.jp>

* include/functions_api.php: Fixed 'id_alert_template' variable.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5075 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2011-10-24 01:34:38 +00:00
parent ee660644d9
commit ef7a30d3d5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-10-24 Junichi Satoh <junichi@rworks.jp>
* include/functions_api.php: Fixed 'id_alert_template' variable.
2011-10-21 Junichi Satoh <junichi@rworks.jp>
* godmode/alerts/configure_alert_compound.php: Fixed column order

View File

@ -1027,7 +1027,7 @@ function set_new_alert_template($id, $id2, $other, $trash1) {
$values = array(
'id_agent_module' => $idAgentModule,
'id_alert_template' => $idActionTemplate);
'id_alert_template' => $idTemplate);
$return = db_process_sql_insert('talert_template_modules', $values);