Subsequent fixes after major changes for PDO
This commit is contained in:
@@ -13,7 +13,7 @@ if((isset($_GET['assetclassgroup_id'])) ? $assetclassgroup_id = sanitize($_GET['
|
||||
|
||||
include("header.php");
|
||||
|
||||
$smarty->assign("assetclassgroup_options", $db->options_assetclassgroup());
|
||||
$smarty->assign("assetclassgroup_options", db_get_options_assetclassgroup());
|
||||
$smarty->display("assetclassadd.tpl");
|
||||
|
||||
include("footer.php");
|
||||
|
||||
Reference in New Issue
Block a user