구 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
+1 -1
View File
@@ -4,7 +4,7 @@ include "func.php";
//로그인 검사
CheckLogin();
$connect = dbConn();
increaseRefresh($connect, "인사부", 1);
increaseRefresh("인사부", 1);
//훼섭 추방을 위해 갱신
checkTurn($connect);