구 Legacy SQL 명령을 사용하는 함수 수정
increateRefresh(), RegNation(), RegCity() $connect 인자가 필요없는 함수 수정 push*Log() 류
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user