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:
parent
ee660644d9
commit
ef7a30d3d5
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue