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.36


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiaddressbook.inc.php,1.36.2.6,1.36.2.7
Date: Sun, 14 Apr 2002 23:02:33 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.36.2.6
retrieving revision 1.36.2.7
diff -C2 -r1.36.2.6 -r1.36.2.7
*** class.uiaddressbook.inc.php 13 Apr 2002 03:48:58 -0000      1.36.2.6
--- class.uiaddressbook.inc.php 15 Apr 2002 03:02:30 -0000      1.36.2.7
***************
*** 673,676 ****
--- 673,677 ----
                        /* Read in user custom fields, if any */
                        $custom = $this->fields->read_custom_fields();
+                       $customfields = array();
                        while(list($x,$y) = @each($custom))
                        {
***************
*** 784,787 ****
--- 785,789 ----
  
                        $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]