r7428, 코드에 문제 있어 재수정 후 커밋함.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7429 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ysnglee2000 2010-05-10 19:14:18 +00:00
parent 7f988932f0
commit 7a23c33398

View file

@ -172,8 +172,8 @@
function _fetch($result) {
if(!$this->isConnected() || $this->isError() || !$result) return;
$col_types = cubrid_column_types ($req);
$col_names = cubrid_column_names ($req);
$col_types = cubrid_column_types ($result);
$col_names = cubrid_column_names ($result);
if (($max = count ($col_types)) == count ($col_names)) {
$count = 0;
while ($count < $max) {