설문조사 offset 버그

This commit is contained in:
2018-05-21 03:42:04 +09:00
parent 4cdec6c393
commit 742e2e8003
+1 -1
View File
@@ -180,7 +180,7 @@ echo "
<td colspan=2 align=center>
";
$vote = $admin['vote'];
$vote = $admin['vote']?:[''];
$vote[0] = Tag2Code($vote[0]);
if ($vote[0] == "") {
echo "<font color=magenta>진행중 설문 없음</font>";