phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.bocommon.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.bocommon.inc.php
Date: Fri, 06 Oct 2006 08:33:11 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/06 08:33:11

Modified files:
        inc            : class.bocommon.inc.php 

Log message:
        E_NOTICES

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.bocommon.inc.php?cvsroot=phpgroupware&r1=1.42&r2=1.43

Patches:
Index: class.bocommon.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.bocommon.inc.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- class.bocommon.inc.php      1 Oct 2006 20:10:04 -0000       1.42
+++ class.bocommon.inc.php      6 Oct 2006 08:33:11 -0000       1.43
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage core
-       * @version $Id: class.bocommon.inc.php,v 1.42 2006/10/01 20:10:04 
sigurdne Exp $
+       * @version $Id: class.bocommon.inc.php,v 1.43 2006/10/06 08:33:11 
sigurdne Exp $
        */
 
        /**
@@ -513,6 +513,8 @@
                                );
                        }
 
+                       if(isset($user_list) && is_array($user_list))
+                       {
                        for ($i=0;$i<count($user_list);$i++)
                        {
                                if ($user_list[$i]['selected'] != 'selected')
@@ -523,7 +525,7 @@
 
                        return $user_list;
                }
-
+               }
 
                function initiate_ui_vendorlookup($data)
                {




reply via email to

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