1
0
mirror of synced 2025-01-18 06:21:40 +03:00
This commit is contained in:
zYne 2007-06-27 16:30:13 +00:00
parent 6d29c834de
commit 9f604e7be5

View File

@ -60,4 +60,8 @@ class Doctrine_Adapter_Statement_Mock
{
return 0;
}
public function closeCursor()
{
return true;
}
}