The branch "master" has been updated. The following is a summary of the commits.
from: bc4f4a7a753ebd72e21ab18393a1b9c42bd5a231 ac24664 Fix incorrect usage of Horde_Db API. ----------------------------------------------------------------------- commit ac24664198612c4e8fb39e546bb761488c5b920d Author: Jan Schneider <[email protected]> Date: Thu Sep 12 16:10:43 2013 +0200 Fix incorrect usage of Horde_Db API. The code was assuming select() would return a PDOStatement, but it will only guarantee to return a Traversable (or Horde_Db_Adapter_Base_Result after my refactoring). framework/Imap_Client/lib/Horde/Imap/Client/Cache/Backend/Db.php | 6 +++--- framework/Imap_Client/package.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/ac24664198612c4e8fb39e546bb761488c5b920d -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
