Fix the fix

This commit is contained in:
Jeroen van Wolffelaar 2001-09-26 08:51:53 +00:00
parent 8ec9e5bca0
commit 6693d112d2

View File

@ -1286,7 +1286,7 @@ PHP_FUNCTION(sybase_result)
break;
}
*return_value = *Z_LVAL_P(result->data[row][field_offset]);
*return_value = *result->data[Z_LVAL_P(row)][field_offset];
pval_copy_constructor(return_value);
}
/* }}} */