spaces typo
This commit is contained in:
parent
83eafbeb17
commit
349d69c1be
@ -65,7 +65,7 @@ class ResultMysqli extends \SYSTEM\DB\Result{
|
||||
* @param int $result_type Mysql Fetch result Type
|
||||
* @return array Returns an array(object) containing the next line
|
||||
*/
|
||||
public function next($object = false, $result_type = MYSQLI_BOTH){
|
||||
public function next($object = false, $result_type = MYSQLI_BOTH){
|
||||
if($object){
|
||||
$this->current = mysqli_fetch_object($this->res);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user