Fix bugs in location code
This commit is contained in:
@@ -20,7 +20,7 @@ $sth = $dbh->prepare($sql);
|
||||
$sth->execute([$location_id]);
|
||||
$smarty->assign("location", $sth->fetch(PDO::FETCH_OBJ));
|
||||
|
||||
$smarty->assign("subnet_options", $db->options_subnet());
|
||||
$smarty->assign("subnet_options", db_get_options_subnet());
|
||||
|
||||
$smarty->display("locationsubnetadd.tpl");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user