[php5_debug] 사소한 오류들 수정

This commit is contained in:
2018-01-17 23:17:03 +09:00
parent d99707c3d7
commit fb84886f94
4 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -1825,6 +1825,8 @@ function process_27($connect, &$general) {
function process_28($connect, &$general) {
$log = array();
$alllog = array();
$youlog = array();
$date = substr($general['turntime'],11,5);
$query = "select year,month from game where no='1'";
@@ -1881,7 +1883,7 @@ function process_28($connect, &$general) {
}
pushGenLog($general, $log);
pushGenLog($you, $youlog);
//pushGenLog($you, $youlog);
}
function process_29($connect, &$general) {