[Bug 882] Changed - addressbook add fails

bugs@bugs.horde.org bugs@bugs.horde.org
Wed, 20 Feb 2002 22:28:45 -0400


http://bugs.horde.org/show_bug.cgi?id=882

*** shadow/882	Wed Feb 20 22:23:48 2002
--- shadow/882.tmp.24022	Wed Feb 20 22:28:45 2002
***************
*** 3,10 ****
  Version: 2.0 Stable
  Platform: PHP Code
  OS/Version: All
! Status: NEW   
! Resolution: 
  Severity: normal
  Priority: P2
  Component: Turba
--- 3,10 ----
  Version: 2.0 Stable
  Platform: PHP Code
  OS/Version: All
! Status: RESOLVED   
! Resolution: DUPLICATE
  Severity: normal
  Priority: P2
  Component: Turba
***************
*** 26,28 ****
--- 26,33 ----
  <     if (PEAR::isError($res) || count($res) > 0) {
  ---
  >     if (PEAR::isError($res) || $res->count() > 0) {
+ 
+ ------- Additional Comments From chuck@horde.org  02/20/02 22:28 -------
+ 
+ 
+ *** This bug has been marked as a duplicate of 847 ***