mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
r7428, 코드에 문제 있어 재수정 후 커밋함.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7429 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7f988932f0
commit
7a23c33398
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue