Skip to content

Commit

Permalink
Fixed issue #06205: Add http:// by default to endurl for indication
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jun 13, 2012
1 parent 25a5451 commit f16b7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/editsurveytextelements.php
Expand Up @@ -37,7 +37,7 @@
$esquery = "SELECT * FROM ".db_table_name("surveys_languagesettings")." WHERE surveyls_survey_id=$surveyid and surveyls_language='$grouplang'";
$esresult = db_execute_assoc($esquery); //Checked
$esrow = $esresult->FetchRow();

if($esrow['surveyls_url']==""){$esrow['surveyls_url']="http://";}
$tab_title[$i] = getLanguageNameFromCode($esrow['surveyls_language'],false);

if ($esrow['surveyls_language']==GetBaseLanguageFromSurveyID($surveyid))
Expand Down

0 comments on commit f16b7d2

Please sign in to comment.