warning 메시지 수정
This commit is contained in:
@@ -377,7 +377,7 @@ $genTotal = 0;
|
|||||||
|
|
||||||
|
|
||||||
foreach($generalsFormat as $general){
|
foreach($generalsFormat as $general){
|
||||||
if($general['nation'] == 0){
|
if(!$general['nation'] || !$myNation['nation']){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if($general['nation'] != $myNation['nation']){
|
if($general['nation'] != $myNation['nation']){
|
||||||
@@ -520,4 +520,3 @@ foreach($generalsFormat as $general){
|
|||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user