diff --git a/hwe/_admin8.php b/hwe/_admin8.php
index a9f49525..c4297b36 100644
--- a/hwe/_admin8.php
+++ b/hwe/_admin8.php
@@ -73,7 +73,6 @@ $sel[$type] = "selected";
국 가 명 |
상 태 |
기 간 |
- 비 고 |
{$dip['fixed']}";
- }
- if ($dip['reserved'] != "" || $dip2['reserved'] != "") {
- $note .= "
";
- }
- }
- if ($dip['reserved'] != "") {
- if ($dip['showing'] >= $date) {
- $note .= "아국측 제의: {$dip['reserved']}";
- } else {
- $note .= "아국측 제의: {$dip['reserved']}";
- }
- if ($dip2['reserved'] != "") {
- $note .= "
";
- }
- }
- if ($dip2['reserved'] != "") {
- if ($dip2['showing'] >= $date) {
- $note .= "상대측 제의: {$dip2['reserved']}";
- } else {
- $note .= "상대측 제의: {$dip2['reserved']}";
- }
- }
- if ($note == "") {
- $note = " ";
- }
echo "
@@ -153,7 +117,6 @@ for ($i=0; $i < $dipcount; $i++) {
| $nationName[$you] |
$state |
{$dip['term']} 개월 |
- {$note} |
";
}
?>
diff --git a/hwe/b_dipcenter.php b/hwe/b_dipcenter.php
index 64b8cbdd..8b10dd5d 100644
--- a/hwe/b_dipcenter.php
+++ b/hwe/b_dipcenter.php
@@ -106,19 +106,15 @@ for ($i=0; $i < $nationcount; $i++) {
- |
- |
- |
- - |
";
continue;
}
- $query = "select state,term,fixed,reserved,showing from diplomacy where me='{$me['nation']}' and you='{$nation['nation']}'";
+ $query = "select state,term from diplomacy where me='{$me['nation']}' and you='{$nation['nation']}'";
$result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect), "");
$dip = MYDB_fetch_array($result2);
- $query = "select reserved,showing from diplomacy where you='{$me['nation']}' and me='{$nation['nation']}'";
- $result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect), "");
- $dip2 = MYDB_fetch_array($result2);
//속령수
$query = "select city from city where nation='{$nation['nation']}'";
$result2 = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect), "");
@@ -144,33 +140,6 @@ for ($i=0; $i < $nationcount; $i++) {
}
$date = TimeUtil::now();
- $note = "";
- if ($dip['fixed'] != "") {
- if ($dip['state'] == 7) {
- $note .= $dip['fixed'];
- } else {
- $note .= "{$dip['fixed']}";
- }
- if ($dip['reserved'] != "" || $dip2['reserved'] != "") {
- $note .= "
";
- }
- }
- if ($dip['showing'] >= $date) {
- if ($dip['reserved'] != "") {
- $note .= "아국측 제의: ".$dip['reserved'];
- if ($dip2['reserved'] != "") {
- $note .= "
";
- }
- }
- }
- if ($dip2['showing'] >= $date) {
- if ($dip2['reserved'] != "") {
- $note .= "상대측 제의: ".$dip2['reserved'];
- }
- }
- if ($note == "") {
- $note = " ";
- }
echo "
@@ -188,9 +157,7 @@ for ($i=0; $i < $nationcount; $i++) {
| - |
- | ";
}
- echo "
- {$note} |
-
";
+ echo "";
}
echo "
diff --git a/hwe/processing.php b/hwe/processing.php
index 1017e717..7073dbc5 100644
--- a/hwe/processing.php
+++ b/hwe/processing.php
@@ -1725,7 +1725,6 @@ function command_61($turn, $command) {
타국에게 불가침을 제의합니다.
제의할 국가를 목록에서 선택하세요.
배경색은 현재 제의가 불가능한 국가는 붉은색, 현재 불가침중인 국가는 푸른색으로 표시됩니다.
-비고는 불가침시 세부 조건등을 지정하는 곳입니다.(최대 45자) ※유저 편의를 위한 것일뿐 시스템적으로 보장하지는 않습니다.