설문조사 보이도록

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