setDevice8021QConfig: removed the default value of the $vlan_names param cause it is never used
jun10TranslatePushQueue: idem
return $ret;
}
-function jun10TranslatePushQueue ($queue, $vlan_names = array())
+function jun10TranslatePushQueue ($queue, $vlan_names)
{
$ret = '';
return $ret;
}
-function setDevice8021QConfig ($object_id, $pseudocode, $vlan_names = array())
+function setDevice8021QConfig ($object_id, $pseudocode, $vlan_names)
{
require_once 'deviceconfig.php';
if ('' == $breed = detectDeviceBreed ($object_id))