v0.7.3까지 반영 #114

Closed
Hide_D wants to merge 310 commits from devel into master
Showing only changes of commit 742e2e8003 - Show all commits
+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>";