Files for tags
This commit is contained in:
parent
540d553424
commit
8498612e37
4 changed files with 119 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ class phpcompta_sql
|
|||
*@see seek
|
||||
*@return object
|
||||
*/
|
||||
public function next($ret,$i) {
|
||||
public function next($ret,$i) {
|
||||
$array=$this->cn->fetch_array($ret,$i);
|
||||
return $this->from_array($array);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue