Subsequent fixes after major changes for PDO
This commit is contained in:
@@ -22,9 +22,9 @@ $sth = $dbh->prepare($sql);
|
||||
$sth->execute([$node_id]);
|
||||
$smarty->assign("node", $sth->fetch(PDO::FETCH_OBJ));
|
||||
|
||||
$smarty->assign("asset_options", $db->options_asset());
|
||||
$smarty->assign("subnet_options", $db->options_subnet());
|
||||
$smarty->assign("zone_options", $db->options_zone("(keine)"));
|
||||
$smarty->assign("asset_options", db_get_options_asset());
|
||||
$smarty->assign("subnet_options", db_get_options_subnet());
|
||||
$smarty->assign("zone_options", db_get_options_zone('(keine)'));
|
||||
|
||||
$smarty->display("nodeedit.tpl");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user