0) { foreach($a_onlineStudent as $onlineStudent) { echo " "; } } else { echo ' '; } ?>
"; echo $onlineStudent['name']; echo " "; echo $onlineStudent['access_cours_code']; echo " "; if(!empty($onlineStudent['email'])) { echo $onlineStudent['email']; } else { echo get_lang('NoEmail'); } echo " "; echo ' -> '; echo "
'.get_lang('NoOnlineStudents').'