phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [20862] Delete obsolete


From: Sigurd Nes
Subject: [Phpgroupware-cvs] [20862] Delete obsolete
Date: Fri, 20 Nov 2009 12:33:36 +0000

Revision: 20862
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20862
Author:   sigurdne
Date:     2009-11-20 12:33:35 +0000 (Fri, 20 Nov 2009)
Log Message:
-----------
Delete obsolete

Removed Paths:
-------------
    people/sigurdne/modules/preferences/trunk/inc/class.soadmin_acl.inc.php

Deleted: people/sigurdne/modules/preferences/trunk/inc/class.soadmin_acl.inc.php
===================================================================
--- people/sigurdne/modules/preferences/trunk/inc/class.soadmin_acl.inc.php     
2009-11-20 12:32:40 UTC (rev 20861)
+++ people/sigurdne/modules/preferences/trunk/inc/class.soadmin_acl.inc.php     
2009-11-20 12:33:35 UTC (rev 20862)
@@ -1,36 +0,0 @@
-<?php
-       /**
-       * phpGroupWare - HRM: a  human resource competence management system.
-       *
-       * @author Sigurd Nes <address@hidden>
-       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
-       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
-       * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
-       * @package hrm
-       * @subpackage admin
-       * @version $Id$
-       */
-
-       /**
-        * Description
-        * @package hrm
-        */
-
-       class soadmin_acl
-       {
-               function soadmin_acl()
-               {
-                       $this->currentapp       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
-                       $this->db =& $GLOBALS['phpgw']->db;
-               }
-
-               function select_location($grant = false, $appname = '', 
$allow_c_attrib = false)
-               {
-                       if ( !$appname )
-                       {
-                               $appname = $this->currentapp;
-                       }
-                       return 
$GLOBALS['phpgw']->locations->get_locations_by_apps($appname, $allow_c_attrib, 
$grant);
-               }
-       }
-?>





reply via email to

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