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: Fri, 21 Apr 2006 16:09:34 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/04/21 16:09:34

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

Log message:
        comment out "die" in get_app_list_for_id

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/phpgwapi/inc/class.acl.inc.php.diff?tr1=1.75&tr2=1.76&r1=text&r2=text

Patches:
Index: phpgwapi/inc/class.acl.inc.php
diff -u phpgwapi/inc/class.acl.inc.php:1.75 phpgwapi/inc/class.acl.inc.php:1.76
--- phpgwapi/inc/class.acl.inc.php:1.75 Wed Apr 19 09:16:19 2006
+++ phpgwapi/inc/class.acl.inc.php      Fri Apr 21 16:09:34 2006
@@ -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.75 2006/04/19 09:16:19 skwashd 
Exp $
+       * @version $Id: class.acl.inc.php,v 1.76 2006/04/21 16:09:34 sigurdne 
Exp $
        */
 
        /**
@@ -705,7 +705,7 @@
                        $sql  = 'SELECT acl_appname, acl_rights from phpgw_acl 
';
                        $sql .= "WHERE acl_location = '" . 
$this->db->db_addslashes($location) . "' ";
                        $sql .= 'AND acl_account = ' . intval($account_id);
-                       die("acl::get_app_list_for_id $sql == {$sql}");
+//                     die("acl::get_app_list_for_id $sql == {$sql}");
                        $this->db->query($sql ,__LINE__,__FILE__);
                        $rights = 0;
                        if ($this->db->num_rows() == 0 )




reply via email to

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