Hi would it be possible to sort the records on agestart field when displayed in the webpage.
This is the code it works ok but I can;t get it to sort.
case 'lookagestart':
$data = $osDB->getAll ( $sqlSelect.$same_lookagestartsql, array( USER_TABLE, $user['username'], $user['lookagestart'],'active',$active_lang ) ) ;
$t->assign('showhead',get_lang('above_lookagestart'));
break;
Without access to your system, I won’t know for sure but…
What if you tried this?