Skip to content

Commit

Permalink
Fixed notices reported in issue #4379: Other comment manditory on lis…
Browse files Browse the repository at this point in the history
…t radio does not work

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8784 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Thibault Le Meur committed Jun 3, 2010
1 parent f6b1b0c commit 5f47a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common.php
Expand Up @@ -4746,6 +4746,7 @@ function getArrayFilterExcludesCascadesForGroup($surveyid, $gid="", $output="qid
}
}
}
$cascade2=array();
if($output == "title")
{
foreach($cascaded as $key=>$cascade) {
Expand Down
1 change: 1 addition & 0 deletions qanda.php
Expand Up @@ -3143,6 +3143,7 @@ function do_multiplechoice_withcomments($ia)

$qaquery = "SELECT qid,attribute FROM ".db_table_name('question_attributes')." WHERE value='".strtolower($ia[2])."'";
$qaresult = db_execute_assoc($qaquery); //Checked
$attribute_ref=false;
while($qarow = $qaresult->FetchRow())
{
$qquery = "SELECT qid FROM ".db_table_name('questions')." WHERE sid=".$thissurvey['sid']." AND qid=".$qarow['qid'];
Expand Down

0 comments on commit 5f47a0c

Please sign in to comment.