phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] phpgwapi/inc class.acl.inc.php
Date: Sat, 24 Feb 2007 20:34:07 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Sigurd Nes <sigurdne>   07/02/24 20:34:07

Modified files:
        inc            : class.acl.inc.php 

Log message:
        fix for get_location_list

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.acl.inc.php?cvsroot=phpgwapi&r1=1.106&r2=1.107

Patches:
Index: class.acl.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.acl.inc.php,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -b -r1.106 -r1.107
--- class.acl.inc.php   19 Feb 2007 21:01:04 -0000      1.106
+++ class.acl.inc.php   24 Feb 2007 20:34:07 -0000      1.107
@@ -6,7 +6,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage accounts
-       * @version $Id: class.acl.inc.php,v 1.106 2007/02/19 21:01:04 sigurdne 
Exp $
+       * @version $Id: class.acl.inc.php,v 1.107 2007/02/24 20:34:07 sigurdne 
Exp $
        */
 
        /**
@@ -589,7 +589,6 @@
                        {
                                $rights = false;
                        }
-
                        return $rights;
                }
 
@@ -723,7 +722,7 @@
                                }
                                else
                                {
-                                       return False;
+//                                     return False; //Sigurd: I think this is 
wrong
                                }
                        }
                        return $locations;




reply via email to

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