Welcome Guest, Not a member yet? Register   Sign In
bug report for system/database/driver/oci8/oci8_result.php
#1

[eluser]Unknown[/eluser]
Hi,
line 56
Code:
return $num_rows;
$num_rows of the method num_rows() is not defined and it should be
Code:
return $this->num_rows;

I suppose it is a bug.

Thanks for your work.




Theme © iAndrew 2016 - Forum software by © MyBB