game 테이블의 img를 show_img_level로 변경

This commit is contained in:
2018-03-29 00:27:03 +09:00
parent 38986b65f8
commit 78260ecf30
28 changed files with 69 additions and 66 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ for($i=0; $i < $nationcount; $i++) {
</td>
</tr>
<?php
if($admin['img'] >= 1 && $member['grade'] >= 1 && $member['picture'] != "") {
if($admin['show_img_level'] >= 1 && $member['grade'] >= 1 && $member['picture'] != "") {
$imageTemp = GetImageURL($member['imgsvr']);
echo "
<tr>