phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.43


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.43,1.44
Date: Sun, 14 Apr 2002 23:04:12 -0400

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv7939

Modified Files:
        class.uiaddressbook.inc.php 
Log Message:
clear nonarray error

Index: class.uiaddressbook.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiaddressbook.inc.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -r1.43 -r1.44
*** class.uiaddressbook.inc.php 13 Apr 2002 03:49:39 -0000      1.43
--- class.uiaddressbook.inc.php 15 Apr 2002 03:04:10 -0000      1.44
***************
*** 681,684 ****
--- 681,685 ----
  
                        $custom = $this->fields->read_custom_fields();
+                       $customfields = array();
                        while(list($x,$y) = @each($custom))
                        {
***************
*** 741,744 ****
--- 742,746 ----
                        /* Read in user custom fields, if any */
                        $custom = $this->fields->read_custom_fields();
+                       $customfields = array();
                        while(list($x,$y) = @each($custom))
                        {
***************
*** 854,857 ****
--- 856,860 ----
  
                        $custom = $this->fields->read_custom_fields();
+                       $customfields = array();
                        while(list($x,$y) = @each($custom))
                        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]