1
0
mirror of synced 2025-02-06 15:29:26 +03:00
This commit is contained in:
zYne 2007-10-08 22:45:34 +00:00
parent dd076e47eb
commit 8c413b2427

View File

@ -63,7 +63,7 @@ class Doctrine_AuditLog extends Doctrine_Plugin
$q->from($className) $q->from($className)
->where($where); ->where($where);
return $q->execute($values, Doctrine_HYDRATE::HYDRATE_ARRAY); return $q->execute($values, Doctrine::HYDRATE_ARRAY);
} }
public function buildDefinition(Doctrine_Table $table) public function buildDefinition(Doctrine_Table $table)
{ {