스킨 기능 삭제

This commit is contained in:
2018-03-29 22:32:23 +09:00
parent 3082a3f0d9
commit e87fff35ee
28 changed files with 120 additions and 230 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ if($me['level'] == 0) {
</table>
<br>
<?php
$query = "select nation,skin from general where owner='{$_SESSION['userID']}'";
$query = "select nation from general where owner='{$_SESSION['userID']}'";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$me = MYDB_fetch_array($result);
@@ -141,7 +141,7 @@ echo"
</tr>
<tr>
<td align=center valign=top id=bg1>국가열전</td>
<td colspan=7 id=bg0>".ConvertLog($nation['history'], $me['skin'])."</td>
<td colspan=7 id=bg0>".ConvertLog($nation['history'])."</td>
</tr>
</table>
<br>";