added non-critical FIXMEs

This commit is contained in:
Mikael Nordfeldth 2015-02-08 15:33:00 +01:00
parent 59bbc81c4b
commit 427a6e39ee
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}