. * * Version 0.1 * Author: Daniel Larraz */ function make_user_info_row ($username) /* ------------------------------------------------------------------------ */ { $list = ' '.$username.' '; if ($username != 'root') { $list .= ' '; } $list .= ''; return $list; } /* ------------------------------------------------------------------------ */ ?>