$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
}
next;
# TODO: HAL link to rewrite rule set? Also/instead set id?
$processed=1;
lastSWITCH;
};
/^(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);
# let it slip through
}
next;
# TODO: HAL link to rewrite rule set? Also/instead set id?
$processed=1;
lastSWITCH;
};
/^(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);
# let it slip through
}
next;
# TODO: HAL link to rewrite rule set? Also/instead set id?