$c->log->error("no rewrite rule set for '".$pref->attribute->attribute."' with value '".$pref->value."' found, altough it's stored in preference id ".$pref->id);
$c->log->error("no rewrite rule set for '".$pref->attribute->attribute."' with value '".$pref->value."' found, altough it's stored in preference id ".$pref->id);
# let it slip through
# let it slip through
}
}
next;
$processed=1;
# TODO: HAL link to rewrite rule set? Also/instead set id?
lastSWITCH;
lastSWITCH;
};
};
/^(adm_)?ncos_id$/&&do{
/^(adm_)?ncos_id$/&&do{
@ -101,8 +101,7 @@ sub get_resource {
$c->log->error("no ncos level for '".$pref->attribute->attribute."' with value '".$pref->value."' found, altough it's stored in preference id ".$pref->id);
$c->log->error("no ncos level for '".$pref->attribute->attribute."' with value '".$pref->value."' found, altough it's stored in preference id ".$pref->id);
# let it slip through
# let it slip through
}
}
next;
$processed=1;
# TODO: HAL link to rewrite rule set? Also/instead set id?
lastSWITCH;
lastSWITCH;
};
};
/^(contract_)?sound_set$/&&do{
/^(contract_)?sound_set$/&&do{
@ -116,8 +115,7 @@ sub get_resource {
$c->log->error("no sound set for '".$pref->attribute->attribute."' with value '".$pref->value."' found, altough it's stored in preference id ".$pref->id);
$c->log->error("no sound set for '".$pref->attribute->attribute."' with value '".$pref->value."' found, altough it's stored in preference id ".$pref->id);
# let it slip through
# let it slip through
}
}
next;
$processed=1;
# TODO: HAL link to rewrite rule set? Also/instead set id?