mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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
ffb92d5ba9
commit
026c0b0fe3
@ -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…
x
Reference in New Issue
Block a user