string 내의 $ 호출들 일괄 변환.

This commit is contained in:
2018-01-16 03:56:50 +09:00
parent c73a3bcf95
commit 28eaf7b0d7
119 changed files with 6485 additions and 6479 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
// 외부 파라미터
// $_POST['serverDir'] : 로그인할 서버 디렉토리
$serverDir = $_POST['serverDir'];
//$serverDir = $_POST['serverDir']; //TODO:쓸모 없어보이는데?
require_once('_common.php');
require_once(ROOT.W.F_FUNC.W.'class._JSON.php');
+1 -1
View File
@@ -36,7 +36,7 @@ if($member['PICTURE'] == '') {
$response['donation'] = '';
$rs = $DB->Select('DATE, AMOUNT, CUMUL', 'DONATION', "ID='{$member[ID]}'");
$rs = $DB->Select('DATE, AMOUNT, CUMUL', 'DONATION', "ID='{$member['ID']}'");
$count = $DB->Count($rs);
if($count > 0) {
$response['donation'] = '