Skip to content

Commit

Permalink
dev: fixed notice in print preview
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_dev@9101 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
mennodekker committed Sep 1, 2010
1 parent 3136ed3 commit 5905e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/printablesurvey.php
Expand Up @@ -1064,7 +1064,7 @@ function star_replace($input)
while ($mearow = $mearesult->FetchRow())
{
$longest_string = longest_string($mearow['question'] , $longest_string );
if ($qidattributes['slider_layout']==1)
if (isset($qidattributes['slider_layout']) && $qidattributes['slider_layout']==1)
{
$mearow['question']=explode(':',$mearow['question']);
$mearow['question']=$mearow['question'][0];
Expand Down

0 comments on commit 5905e17

Please sign in to comment.