Subsequent fixes after major changes for PDO
This commit is contained in:
@@ -13,7 +13,7 @@ if((isset($_GET['vlan_id'])) ? $vlan_id = sanitize($_GET['vlan_id']) : $vlan_id
|
||||
|
||||
include("header.php");
|
||||
|
||||
$smarty->assign("vlan_options", db_get_options_vlan());
|
||||
$smarty->assign("vlan_options", db_get_options_vlan($lang['lang_option_none']));
|
||||
|
||||
$smarty->display("subnetadd.tpl");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user