1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-14 18:14:58 +02:00

fixed some bugs

This commit is contained in:
David Grudl
2007-11-12 14:35:55 +00:00
parent 46850aa588
commit d19eb5b815
8 changed files with 47 additions and 43 deletions

View File

@@ -231,6 +231,7 @@ class DibiPdoDriver extends NObject implements DibiDriverInterface
*/
public function seek($row)
{
$this->row = $row;
}