phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc hook_admin.inc.php, 1.12 class.socategor


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc hook_admin.inc.php, 1.12 class.socategory.inc.php, 1.5
Date: Fri, 22 Apr 2005 14:16:00 +0200

Update of property/inc

Modified Files:
     Branch: MAIN
            hook_admin.inc.php lines: +2 -1
            class.socategory.inc.php lines: +3 -0

Log Message:
no message

====================================================
Index: property/inc/hook_admin.inc.php
diff -u property/inc/hook_admin.inc.php:1.11 
property/inc/hook_admin.inc.php:1.12
--- property/inc/hook_admin.inc.php:1.11        Sat Jan 29 13:23:25 2005
+++ property/inc/hook_admin.inc.php     Fri Apr 22 12:16:51 2005
@@ -33,6 +33,7 @@
 //                             'Request Categories'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uicategory.index&type=request'),
                                '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 Claim Categories'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uicategory.index&type=tenant_claim'),
                                'Tenant Categories'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uicategory.index&type=tenant'),
                                'Tenant Attributes'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uiactor.list_attribute&role=tenant'),
                                'Tenant'=> 
$GLOBALS['phpgw']->link('/index.php','menuaction='.$appname.'.uiactor.index&role=tenant'),

====================================================
Index: property/inc/class.socategory.inc.php
diff -u property/inc/class.socategory.inc.php:1.4 
property/inc/class.socategory.inc.php:1.5
--- property/inc/class.socategory.inc.php:1.4   Thu Jan 13 16:52:48 2005
+++ property/inc/class.socategory.inc.php       Fri Apr 22 12:16:51 2005
@@ -161,6 +161,9 @@
                                case 's_agreement':
                                        $table='fm_s_agreement_category';
                                        break;
+                               case 'tenant_claim':
+                                       $table='fm_tenant_claim_category';
+                                       break;
                        }

                        return $table;






reply via email to

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