구 Legacy SQL 명령을 사용하는 함수 수정

increateRefresh(), RegNation(), RegCity()

$connect 인자가 필요없는 함수 수정
push*Log() 류
This commit is contained in:
2018-03-04 18:43:53 +09:00
parent a3791fa6fd
commit 7cc5558e33
63 changed files with 1024 additions and 1071 deletions
+2 -2
View File
@@ -110,7 +110,7 @@ function processGoldIncome($connect) {
$history[0] = "<C>●</>{$admin['year']}{$admin['month']}월:<W><b>【지급】</b></>봄이 되어 봉록에 따라 자금이 지급됩니다.";
pushHistory($history);
pushAdminLog($connect, $adminLog);
pushAdminLog($adminLog);
}
function popIncrease($connect) {
@@ -402,7 +402,7 @@ function processRiceIncome($connect) {
$history[0] = "<C>●</>{$admin['year']}{$admin['month']}월:<W><b>【지급】</b></>가을이 되어 봉록에 따라 군량이 지급됩니다.";
pushHistory($history);
pushAdminLog($connect, $adminLog);
pushAdminLog($adminLog);
}
function getRiceIncome($connect, $nationNo, $rate, $admin_rate, $type) {