mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
디버깅 코드 제거
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8127 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5878450032
commit
7aa2a13b63
1 changed files with 1 additions and 2 deletions
|
|
@ -141,7 +141,7 @@
|
||||||
$js_messages = array();
|
$js_messages = array();
|
||||||
|
|
||||||
$fields = array();
|
$fields = array();
|
||||||
debugPrint('compile!');
|
|
||||||
// create custom rule
|
// create custom rule
|
||||||
if ($rules && $rules->rule) {
|
if ($rules && $rules->rule) {
|
||||||
if (!is_array($rules->rule)) $rules->rule = array($rules->rule);
|
if (!is_array($rules->rule)) $rules->rule = array($rules->rule);
|
||||||
|
|
@ -150,7 +150,6 @@
|
||||||
$js_rules[] = "v.cast('ADD_RULE', ['{$r->attrs->name}', {$r->body}]);";
|
$js_rules[] = "v.cast('ADD_RULE', ['{$r->attrs->name}', {$r->body}]);";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
debugPrint($rules);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// field, 즉 체크항목의 script 생성
|
// field, 즉 체크항목의 script 생성
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue