git-svn-id: http://xe-core.googlecode.com/svn/trunk@906 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-02 10:04:31 +00:00
parent f44ce411f2
commit 7b70b78379
6 changed files with 80 additions and 12 deletions

View file

@ -68,7 +68,7 @@
* @param args object 변수로 선언된 인자값
* @return 처리결과
**/
function executeQuery($query_id, $args) {
function executeQuery($query_id, $args = null) {
$oDB = &DB::getInstance();
return $oDB->executeQuery($query_id, $args);
}