[commits] Horde branch master updated. 8aa9fa6e298bb3b012409141b0ccfa31dcd9ac00

Michael J. Rubinsky mrubinsk at horde.org
Wed Feb 20 04:37:05 UTC 2013


The branch "master" has been updated.
The following is a summary of the commits.

from: 325ad376a3b18b210f69652e2a67a65574188437

a7cd27e Need a !empty() check here, '0' is the false value, '1' is true.
355409d Remove unnecessary else clause.
384b034 Not needed, and was incorrectly named anyway.
eaffa9c Fix variable name.
8aa9fa6 Be consistent with using !empty() checks unless we absolutely need a isset() check.

-----------------------------------------------------------------------

commit a7cd27edc6748c72a1f0442f7ba160e3737c17bf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:12:35 2013 -0500

    Need a !empty() check here, '0' is the false value, '1' is true.
    
    Part of the fix for Bug: 12042

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/a7cd27edc6748c72a1f0442f7ba160e3737c17bf

-----------------------------------------------------------------------

commit 355409dc935b83d1803c60fc98c68feaeaf2fe2e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:13:12 2013 -0500

    Remove unnecessary else clause.

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/355409dc935b83d1803c60fc98c68feaeaf2fe2e

-----------------------------------------------------------------------

commit 384b03436393c3c4eefba8a98963e2467e961c71
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:17:27 2013 -0500

    Not needed, and was incorrectly named anyway.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/384b03436393c3c4eefba8a98963e2467e961c71

-----------------------------------------------------------------------

commit eaffa9c78539ad0a814e98ba7594453d17640408
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:26:49 2013 -0500

    Fix variable name.
    
    Part of the fix for Bug: 12042

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/eaffa9c78539ad0a814e98ba7594453d17640408

-----------------------------------------------------------------------

commit 8aa9fa6e298bb3b012409141b0ccfa31dcd9ac00
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Feb 19 23:36:02 2013 -0500

    Be consistent with using !empty() checks unless we absolutely need a isset() check.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   16 ++++++------
 1 files changed, 8 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/8aa9fa6e298bb3b012409141b0ccfa31dcd9ac00




More information about the commits mailing list