mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7440 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
aff477dd54
commit
e5c5449be4
9 changed files with 38 additions and 179 deletions
|
|
@ -171,9 +171,9 @@
|
|||
* @param args object 변수로 선언된 인자값
|
||||
* @return 처리결과
|
||||
**/
|
||||
function executeQuery($query_id, $args = null, $update_mtime = true) {
|
||||
function executeQuery($query_id, $args = null) {
|
||||
$oDB = &DB::getInstance();
|
||||
return $oDB->executeQuery($query_id, $args, $update_mtime = true);
|
||||
return $oDB->executeQuery($query_id, $args);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue