@@ -223,7 +223,7 @@ function user_authorise($token, $useragent) {
$profile_data=get_records_select_assoc('artefact',"owner=? AND artefacttype IN (".join(",",array_map(create_function('$a','return db_quote($a);'),array_keys($element_list))).")",array($USER->get('id')),'','artefacttype, title');