string 내 $ 기호 추가 변환

This commit is contained in:
2018-01-16 04:09:31 +09:00
parent 9502197cc2
commit c001179088
36 changed files with 628 additions and 628 deletions
+2 -2
View File
@@ -107,8 +107,8 @@ if($admin['npcmode'] != 1) {
$result = MYDB_query($query, $connect) or Error("join_post ".MYDB_error($connect),"");
$me = MYDB_fetch_array($result);
$log[0] = "<C>●</>{$admin['month']}월:<Y>$me['name']</>의 육체에 <Y>$member['name']</>(이)가 <S>빙의</>됩니다!";
$me = addHistory($connect, $me, "<C>●</>$admin['year']$admin['month']월:<Y>$me['name']</>의 육체에 <Y>$member['name']</>(이)가 빙의되다.");
$log[0] = "<C>●</>{$admin['month']}월:<Y>{$me['name']}</>의 육체에 <Y>{$member['name']}</>(이)가 <S>빙의</>됩니다!";
$me = addHistory($connect, $me, "<C>●</>$admin['year']$admin['month']월:<Y>{$me['name']}</>의 육체에 <Y>{$member['name']}</>(이)가 빙의되다.");
pushGenLog($me, $mylog);
pushAllLog($log);