Minor - code style update

skala
Yannick Warnier 15 years ago
parent 1b662e342b
commit f82dacc3e3
  1. 7
      main/survey/survey.lib.php

@ -4140,9 +4140,8 @@ class SurveyUtil {
* @version January 2007
*/
function get_survey_data($from, $number_of_items, $column, $direction) {
global $table_survey;
global $table_user;
global $table_survey_question;
global $table_survey, $table_user, $table_survey_question;
global $_user;
// Searching
$search_restriction = SurveyUtil::survey_search_restriction();
@ -4185,7 +4184,7 @@ class SurveyUtil {
$array[0] = $survey[0];
$array[1] = $survey[1];
// Validacion when belongs to a session
// Validation when belonging to a session
$session_img = api_get_session_image($survey['session_id'], $_user['status']);
$array[2] = $survey[2] . $session_img;

Loading…
Cancel
Save