fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16223] typo


From: sigurdne
Subject: [Fmsystem-commits] [16223] typo
Date: Wed, 1 Feb 2017 09:57:17 -0500 (EST)

Revision: 16223
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16223
Author:   sigurdne
Date:     2017-02-01 09:57:17 -0500 (Wed, 01 Feb 2017)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/rental/setup/default_records.inc.php
    trunk/rental/setup/tables_update.inc.php

Modified: trunk/rental/setup/default_records.inc.php
===================================================================
--- trunk/rental/setup/default_records.inc.php  2017-02-01 13:01:29 UTC (rev 
16222)
+++ trunk/rental/setup/default_records.inc.php  2017-02-01 14:57:17 UTC (rev 
16223)
@@ -35,6 +35,9 @@
        $GLOBALS['phpgw']->locations->add('.', 'Root', 'rental', false);
        $GLOBALS['phpgw']->locations->add('.contract', 'Contract', 'rental', 
$allow_grant = false, $custom_tbl = false, $c_function = true);
        $GLOBALS['phpgw']->locations->add('.application', 'Application', 
'rental', $allow_grant = false, $custom_tbl = false, $c_function = true);
+       $GLOBALS['phpgw']->locations->add('.moveout', 'Moveout', 'rental', 
$allow_grant = true, $custom_tbl = 'rental_moveout', $c_function = true, 
$c_attrib = true);
+       $GLOBALS['phpgw']->locations->add('.movein', 'Movein', 'rental', 
$allow_grant = true, $custom_tbl = 'rental_movein', $c_function = true, 
$c_attrib = true);
+
        $GLOBALS['phpgw']->locations->add('.ORG', 'Locations for organisational 
units', 'rental', false);
        $GLOBALS['phpgw']->locations->add('.ORG.BK', 'Organisational units in 
Bergen Kommune', 'rental', false);
 

Modified: trunk/rental/setup/tables_update.inc.php
===================================================================
--- trunk/rental/setup/tables_update.inc.php    2017-02-01 13:01:29 UTC (rev 
16222)
+++ trunk/rental/setup/tables_update.inc.php    2017-02-01 14:57:17 UTC (rev 
16223)
@@ -746,7 +746,7 @@
        {
                $GLOBALS['phpgw_setup']->oProc->m_odb->transaction_begin();
 
-               $GLOBALS['phpgw']->locations->add('.moveout', 'Movein', 
'rental', $allow_grant = true, $custom_tbl = 'rental_moveout', $c_function = 
true, $c_attrib = true);
+               $GLOBALS['phpgw']->locations->add('.moveout', 'Moveout', 
'rental', $allow_grant = true, $custom_tbl = 'rental_moveout', $c_function = 
true, $c_attrib = true);
 
                $GLOBALS['phpgw_setup']->oProc->CreateTable(
                        'rental_moveout', array(




reply via email to

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