설문조사 offset 버그
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ echo "
|
|||||||
<td colspan=2 align=center>
|
<td colspan=2 align=center>
|
||||||
";
|
";
|
||||||
|
|
||||||
$vote = $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>";
|
||||||
|
|||||||
Reference in New Issue
Block a user