Set the mac address variable.

This commit is contained in:
markjcrane
2016-01-11 07:58:57 -07:00
parent a35d442dfa
commit 8ac40de88f

View File

@@ -725,7 +725,7 @@ include "root.php";
unset ($prep_statement);
//set the mac address in the correct format
$this->format_mac($mac, $device_vendor);
$mac = $this->format_mac($mac, $device_vendor);
//replace the variables in the template in the future loop through all the line numbers to do a replace for each possible line number
$view->assign("mac" , $mac);