mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed functions_agents.php
This commit is contained in:
parent
3902314e82
commit
c795f56feb
@ -90,7 +90,7 @@ function agents_create_agent ($name, $id_group, $interval, $ip_address, $values
|
|||||||
|
|
||||||
$id_agent = db_process_sql_insert ('tagente', $values);
|
$id_agent = db_process_sql_insert ('tagente', $values);
|
||||||
if ($id_agent === false) {
|
if ($id_agent === false) {
|
||||||
return false;,
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create address for this agent in taddress
|
// Create address for this agent in taddress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user