phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/inc class.sogab.inc.php,1.4,1.5 class.s


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/inc class.sogab.inc.php,1.4,1.5 class.soowner.inc.php,1.2,1.3 hook_admin.inc.php,1.32,1.33 hook_preferences.inc.php,1.3,1.4
Date: Thu, 22 May 2003 16:04:18 -0400

Update of /cvsroot/phpgroupware/property/inc
In directory subversions:/tmp/cvs-serv10442/inc

Modified Files:
        class.sogab.inc.php class.soowner.inc.php hook_admin.inc.php 
        hook_preferences.inc.php 
Log Message:
no message

Index: class.sogab.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.sogab.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.sogab.inc.php 7 May 2003 11:18:25 -0000       1.4
--- class.sogab.inc.php 22 May 2003 20:04:15 -0000      1.5
***************
*** 78,82 ****
                        {
                                $len=strlen($property_id);
!                               $filtermethod .= " $where 
left(location_code,$len)='$property_id' ";
                                $where = 'AND';
                        }
--- 78,82 ----
                        {
                                $len=strlen($property_id);
!                               $filtermethod .= " $where 
left(fm_gab_location.location_code,$len)='$property_id' ";
                                $where = 'AND';
                        }

Index: class.soowner.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/class.soowner.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.soowner.inc.php       20 May 2003 18:42:58 -0000      1.2
--- class.soowner.inc.php       22 May 2003 20:04:16 -0000      1.3
***************
*** 16,20 ****
                        $this->db               = $GLOBALS['phpgw']->db;
                        $this->db2              = $this->db;
-                       $this->grants   = 
$GLOBALS['phpgw']->acl->get_grants('property');
                        $this->account  = 
$GLOBALS['phpgw_info']['user']['account_id'];
                        if 
($GLOBALS['phpgw_info']['server']['db_type']=='pgsql')
--- 16,19 ----

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/hook_admin.inc.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -r1.32 -r1.33
*** hook_admin.inc.php  17 May 2003 17:49:03 -0000      1.32
--- hook_admin.inc.php  22 May 2003 20:04:16 -0000      1.33
***************
*** 22,25 ****
--- 22,26 ----
                                'Workorder Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uicategory.index&type=wo'),
                                'Ticket Categories'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uicategory.index&type=ticket'),
+                               'Tenant'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uitenant.index'),
                                'Owner'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uiowner.index'),
                                'Owner Categories'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uicategory.index&type=owner'),

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/inc/hook_preferences.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** hook_preferences.inc.php    11 Dec 2002 19:31:22 -0000      1.3
--- hook_preferences.inc.php    22 May 2003 20:04:16 -0000      1.4
***************
*** 14,19 ****
        $file = Array(
                'Preferences'           => 
$GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname . 
'&type=user'),
!               'Grant Access'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname),
!               'Edit Categories' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname
 . '&cats_level=True&global_cats=True')
        );
        display_section($appname,$file);
--- 14,18 ----
        $file = Array(
                'Preferences'           => 
$GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname . 
'&type=user'),
!               'Grant Access'  => 
$GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uiaclprefs.index&acl_app='.$appname)
        );
        display_section($appname,$file);





reply via email to

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