Is there a way round this?
Cheers,
Alan
Lov'in nuBuilder, keep up the good work!

Code: Select all
function nuBreadcrumbDescriptionPart($bt){
$bt = nuReplaceHashVariables($bt);
if(strtolower(substr(nuTrim($bt), 0, 6)) == 'select'){
$t = nuRunQuery($bt);
return db_num_rows($t)> 0 ? db_fetch_row($t)[0] : '';
}
return $bt;
}