added non-critical FIXMEs
This commit is contained in:
parent
59bbc81c4b
commit
427a6e39ee
|
@ -356,6 +356,7 @@ abstract class Managed_DataObject extends Memcached_DataObject
|
|||
|
||||
// commit our db transaction since we won't reach the COMMIT below
|
||||
$this->query('COMMIT');
|
||||
// @FIXME return true only if something changed (otherwise 0)
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -387,6 +388,7 @@ abstract class Managed_DataObject extends Memcached_DataObject
|
|||
|
||||
// commit our db transaction
|
||||
$this->query('COMMIT');
|
||||
// @FIXME return true only if something changed (otherwise 0)
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user