@@ -569,7 +569,7 @@ else
CONCAT('
')
END as enabledisable,
CONCAT('
') as modify,
- CONCAT('
') as inlime,
+ CONCAT('
') as inlime,
CASE WHEN enabled = 0 THEN
CONCAT('
')
ELSE
diff --git a/admin/quotareport.php b/admin/quotareport.php
index 63b45214..14608681 100644
--- a/admin/quotareport.php
+++ b/admin/quotareport.php
@@ -266,7 +266,7 @@ if ($questionnaire_id)
$completions = $rs['count'];
$perc = ROUND(($completions / $r['qlimit']) * 100,2);
- $report[] = array("strata" => "
" . $r['name'] . "", "quota" => $r['qlimit'], "completions" => $completions, "perc" => $perc);
+ $report[] = array("strata" => "
" . $r['name'] . "", "quota" => $r['qlimit'], "completions" => $completions, "perc" => $perc);
}
}
diff --git a/admin/supervisor.php b/admin/supervisor.php
index 063e14b3..0fda9560 100644
--- a/admin/supervisor.php
+++ b/admin/supervisor.php
@@ -495,7 +495,7 @@ if ($case_id != false)
$id = get_lime_id($case_id);
print "
";
if ($id)
- print "
";
+ print "
";
else
print "
" . T_("Case not yet started in Limesurvey") . "
";
print "
";