fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13934] rename constructor


From: Sigurd Nes
Subject: [Fmsystem-commits] [13934] rename constructor
Date: Wed, 16 Sep 2015 11:55:48 +0000

Revision: 13934
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13934
Author:   sigurdne
Date:     2015-09-16 11:55:47 +0000 (Wed, 16 Sep 2015)
Log Message:
-----------
rename constructor

Modified Paths:
--------------
    trunk/property/inc/class.XmlToArray.inc.php
    trunk/property/inc/class.boXport.inc.php
    trunk/property/inc/class.boadmin.inc.php
    trunk/property/inc/class.boadmin_location.inc.php
    trunk/property/inc/class.boagreement.inc.php
    trunk/property/inc/class.boalarm.inc.php
    trunk/property/inc/class.boasync.inc.php
    trunk/property/inc/class.bobudget.inc.php
    trunk/property/inc/class.bocustom.inc.php
    trunk/property/inc/class.bodocument.inc.php
    trunk/property/inc/class.boifc.inc.php
    trunk/property/inc/class.boinvestment.inc.php
    trunk/property/inc/class.boinvoice.inc.php
    trunk/property/inc/class.bolookup.inc.php
    trunk/property/inc/class.bopricebook.inc.php
    trunk/property/inc/class.borequest.inc.php
    trunk/property/inc/class.bos_agreement.inc.php
    trunk/property/inc/class.botemplate.inc.php
    trunk/property/inc/class.botenant_claim.inc.php
    trunk/property/inc/class.bowo_hour.inc.php
    trunk/property/inc/class.boworkorder.inc.php
    trunk/property/inc/class.db_oci8.inc.php
    trunk/property/inc/class.uiXport.inc.php
    trunk/property/inc/class.uiadmin.inc.php
    trunk/property/inc/class.uiadmin_entity.inc.php
    trunk/property/inc/class.uiadmin_location.inc.php
    trunk/property/inc/class.uiagreement.inc.php
    trunk/property/inc/class.uialarm.inc.php
    trunk/property/inc/class.uiasync.inc.php
    trunk/property/inc/class.uibudget.inc.php
    trunk/property/inc/class.uicustom.inc.php
    trunk/property/inc/class.uidocument.inc.php
    trunk/property/inc/class.uiifc.inc.php
    trunk/property/inc/class.uiinvestment.inc.php
    trunk/property/inc/class.uiinvoice.inc.php
    trunk/property/inc/class.uipricebook.inc.php
    trunk/property/inc/class.uiproject.inc.php
    trunk/property/inc/class.uirequest.inc.php
    trunk/property/inc/class.uis_agreement.inc.php
    trunk/property/inc/class.uitemplate.inc.php
    trunk/property/inc/class.uitenant_claim.inc.php
    trunk/property/inc/class.uiwo_hour.inc.php
    trunk/property/inc/class.uiworkorder.inc.php

Modified: trunk/property/inc/class.XmlToArray.inc.php
===================================================================
--- trunk/property/inc/class.XmlToArray.inc.php 2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.XmlToArray.inc.php 2015-09-16 11:55:47 UTC (rev 
13934)
@@ -154,7 +154,7 @@
                 * @param   bool        $includeEmptyValues (optional) Defaults 
to no/false
                 * @return  object  XmlToArray instance
                 */
-               function XmlToArray( $encoding = NULL, $stripLinebreaks = NULL,
+               function __construct( $encoding = NULL, $stripLinebreaks = NULL,
                                           $includeRootElement = NULL, 
$automaticUtf8Decoding = NULL,
                                           $includeEmptyValues = NULL )
                {

Modified: trunk/property/inc/class.boXport.inc.php
===================================================================
--- trunk/property/inc/class.boXport.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.boXport.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -48,7 +48,7 @@
                var $cat_id;
                var $use_session                 = false;
 
-               function property_boXport($session = false)
+               function __construct($session = false)
                {
 
                        $GLOBALS['phpgw_info']['flags']['currentapp'] = 
'property';

Modified: trunk/property/inc/class.boadmin.inc.php
===================================================================
--- trunk/property/inc/class.boadmin.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.boadmin.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -42,7 +42,7 @@
                var $offset;
                var $acl_app;
 
-               function property_boadmin($session = '')
+               function __construct($session = '')
                {
                        //      $this->currentapp       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->so                = 
CreateObject('property.soadmin');

Modified: trunk/property/inc/class.boadmin_location.inc.php
===================================================================
--- trunk/property/inc/class.boadmin_location.inc.php   2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.boadmin_location.inc.php   2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -54,7 +54,7 @@
                        'check_perms'    => true
                );
 
-               function property_boadmin_location( $session = false )
+               function __construct( $session = false )
                {
                        $this->so                = CreateObject( 
'property.soadmin_location' );
                        $this->bocommon  = CreateObject( 'property.bocommon' );

Modified: trunk/property/inc/class.boagreement.inc.php
===================================================================
--- trunk/property/inc/class.boagreement.inc.php        2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.boagreement.inc.php        2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -57,7 +57,7 @@
                        'check_perms'    => true
                );
 
-               function property_boagreement( $session = false )
+               function __construct( $session = false )
                {
                        $this->so                = CreateObject( 
'property.soagreement' );
                        $this->bocommon  = CreateObject( 'property.bocommon' );

Modified: trunk/property/inc/class.boalarm.inc.php
===================================================================
--- trunk/property/inc/class.boalarm.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.boalarm.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -37,7 +37,7 @@
                public $allrows;
                public $method_id;
 
-               function property_boalarm($session = '')
+               function __construct($session = '')
                {
                        $GLOBALS['phpgw_info']['flags']['currentapp']   =       
'property';
                        if (!is_object($GLOBALS['phpgw']->asyncservice))

Modified: trunk/property/inc/class.boasync.inc.php
===================================================================
--- trunk/property/inc/class.boasync.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.boasync.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -51,7 +51,7 @@
                                'check_perms'           => true
                        );
 
-               function property_boasync($session=false)
+               function __construct($session=false)
                {
                        $this->so               = 
CreateObject('property.soasync');
                        $this->socommon = CreateObject('property.socommon');

Modified: trunk/property/inc/class.bobudget.inc.php
===================================================================
--- trunk/property/inc/class.bobudget.inc.php   2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.bobudget.inc.php   2015-09-16 11:55:47 UTC (rev 
13934)
@@ -62,7 +62,7 @@
                                'check_perms'           => true
                        );
 
-               function property_bobudget($session=false)
+               function __construct($session=false)
                {
                        $this->so                               = 
CreateObject('property.sobudget');
                        $this->bocommon                 = 
CreateObject('property.bocommon');

Modified: trunk/property/inc/class.bocustom.inc.php
===================================================================
--- trunk/property/inc/class.bocustom.inc.php   2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.bocustom.inc.php   2015-09-16 11:55:47 UTC (rev 
13934)
@@ -50,7 +50,7 @@
                                'check_perms'           => true
                        );
 
-               function property_bocustom($session=false)
+               function __construct($session=false)
                {
                        $this->so = CreateObject('property.socustom');
 

Modified: trunk/property/inc/class.bodocument.inc.php
===================================================================
--- trunk/property/inc/class.bodocument.inc.php 2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.bodocument.inc.php 2015-09-16 11:55:47 UTC (rev 
13934)
@@ -55,7 +55,7 @@
                                'check_perms'           => true
                        );
 
-               function property_bodocument($session=false)
+               function __construct($session=false)
                {
                        $this->so                               = 
CreateObject('property.sodocument');
                        $this->bocommon                 = 
CreateObject('property.bocommon');

Modified: trunk/property/inc/class.boifc.inc.php
===================================================================
--- trunk/property/inc/class.boifc.inc.php      2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.boifc.inc.php      2015-09-16 11:55:47 UTC (rev 
13934)
@@ -57,7 +57,7 @@
                                'check_perms'   => true
                        );
 
-               function boifc($session=false)
+               function __construct($session=false)
                {
        //              $this->so                       = 
CreateObject('property.soifc');
                        $this->bocommon         = 
createObject('property.bocommon');

Modified: trunk/property/inc/class.boinvestment.inc.php
===================================================================
--- trunk/property/inc/class.boinvestment.inc.php       2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.boinvestment.inc.php       2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -53,7 +53,7 @@
                        );
 
 
-               function property_boinvestment($session=false)
+               function __construct($session=false)
                {
                        $this->so               = 
CreateObject('property.soinvestment');
                        $this->bocommon = CreateObject('property.bocommon');

Modified: trunk/property/inc/class.boinvoice.inc.php
===================================================================
--- trunk/property/inc/class.boinvoice.inc.php  2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.boinvoice.inc.php  2015-09-16 11:55:47 UTC (rev 
13934)
@@ -46,7 +46,7 @@
                 */
                public $supertransaction = false;
 
-               function property_boinvoice($session=false)
+               function __construct($session=false)
                {
                        $this->so                       = 
CreateObject('property.soinvoice',true);
                        $this->bocommon         = 
CreateObject('property.bocommon');

Modified: trunk/property/inc/class.bolookup.inc.php
===================================================================
--- trunk/property/inc/class.bolookup.inc.php   2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.bolookup.inc.php   2015-09-16 11:55:47 UTC (rev 
13934)
@@ -42,7 +42,7 @@
                public $cat_id;
                public $total_records = 0;
 
-               function property_bolookup($session=false)
+               function __construct($session=false)
                {
                        $this->so                       = 
CreateObject('property.solookup');
                        $this->solocation       = 
CreateObject('property.solocation');

Modified: trunk/property/inc/class.bopricebook.inc.php
===================================================================
--- trunk/property/inc/class.bopricebook.inc.php        2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.bopricebook.inc.php        2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -51,7 +51,7 @@
                                'check_perms'           => true
                        );
 
-               function property_bopricebook($session=false)
+               function __construct($session=false)
                {
                        //      $this->currentapp       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
                        $this->so               = 
CreateObject('property.sopricebook');

Modified: trunk/property/inc/class.borequest.inc.php
===================================================================
--- trunk/property/inc/class.borequest.inc.php  2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.borequest.inc.php  2015-09-16 11:55:47 UTC (rev 
13934)
@@ -57,7 +57,7 @@
                                'check_perms'           => true
                        );
 
-               function property_borequest($session=false)
+               function __construct($session=false)
                {
                        $this->so                                       = 
CreateObject('property.sorequest');
                        $this->bocommon                         = 
CreateObject('property.bocommon');

Modified: trunk/property/inc/class.bos_agreement.inc.php
===================================================================
--- trunk/property/inc/class.bos_agreement.inc.php      2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.bos_agreement.inc.php      2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -59,7 +59,7 @@
                                'check_perms'           => true
                        );
 
-               function property_bos_agreement($session=false)
+               function __construct($session=false)
                {
                        $this->so                                       = 
CreateObject('property.sos_agreement');
                        $this->bocommon                         = 
CreateObject('property.bocommon');

Modified: trunk/property/inc/class.botemplate.inc.php
===================================================================
--- trunk/property/inc/class.botemplate.inc.php 2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.botemplate.inc.php 2015-09-16 11:55:47 UTC (rev 
13934)
@@ -50,7 +50,7 @@
                                'check_perms'           => true
                        );
 
-               function property_botemplate($session=false)
+               function __construct($session=false)
                {
                        $this->so               = 
CreateObject('property.sotemplate');
                        $this->bocommon         = 
CreateObject('property.bocommon');

Modified: trunk/property/inc/class.botenant_claim.inc.php
===================================================================
--- trunk/property/inc/class.botenant_claim.inc.php     2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.botenant_claim.inc.php     2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -43,7 +43,7 @@
                var $order;
                var $cat_id;
 
-               function property_botenant_claim($session=false)
+               function __construct($session=false)
                {
                        $this->bocommon = CreateObject('property.bocommon');
                        $this->so = CreateObject('property.sotenant_claim');

Modified: trunk/property/inc/class.bowo_hour.inc.php
===================================================================
--- trunk/property/inc/class.bowo_hour.inc.php  2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.bowo_hour.inc.php  2015-09-16 11:55:47 UTC (rev 
13934)
@@ -50,7 +50,7 @@
                                'check_perms'           => true
                        );
 
-               function property_bowo_hour($session=false)
+               function __construct($session=false)
                {
                        $this->so                       = 
CreateObject('property.sowo_hour');
                        $this->bocommon         = 
CreateObject('property.bocommon');

Modified: trunk/property/inc/class.boworkorder.inc.php
===================================================================
--- trunk/property/inc/class.boworkorder.inc.php        2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.boworkorder.inc.php        2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -54,7 +54,7 @@
                                'get_category'  => true
                        );
 
-               function property_boworkorder($session=false)
+               function __construct($session=false)
                {
                        $this->so                       = 
CreateObject('property.soworkorder');
                        $this->bocommon         = 
CreateObject('property.bocommon');

Modified: trunk/property/inc/class.db_oci8.inc.php
===================================================================
--- trunk/property/inc/class.db_oci8.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.db_oci8.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -45,7 +45,7 @@
                var $persistent = false;
                
                /* public: constructor */
-               function DB_OCI8($query = "")
+               function __construct($query = "")
                {
                        if($query)
                        {

Modified: trunk/property/inc/class.uiXport.inc.php
===================================================================
--- trunk/property/inc/class.uiXport.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uiXport.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -48,7 +48,7 @@
                var $filter;
                var $cat_id;
 
-               function property_uiXport()
+               function __construct()
                {
 
                        $GLOBALS['phpgw_info']['flags']['xslt_app']             
         = true;

Modified: trunk/property/inc/class.uiadmin.inc.php
===================================================================
--- trunk/property/inc/class.uiadmin.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uiadmin.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -54,7 +54,7 @@
                                'contact_info'  => true
                        );
 
-               function property_uiadmin()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'admin::property';

Modified: trunk/property/inc/class.uiadmin_entity.inc.php
===================================================================
--- trunk/property/inc/class.uiadmin_entity.inc.php     2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.uiadmin_entity.inc.php     2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -61,7 +61,7 @@
                                'convert_to_eav'                => true
                        );
 
-               function property_uiadmin_entity()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $this->account                          = 
$GLOBALS['phpgw_info']['user']['account_id'];

Modified: trunk/property/inc/class.uiadmin_location.inc.php
===================================================================
--- trunk/property/inc/class.uiadmin_location.inc.php   2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.uiadmin_location.inc.php   2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -57,7 +57,7 @@
                                'edit_attrib_group'             => true,
                        );
 
-               function property_uiadmin_location()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'admin::property::location';

Modified: trunk/property/inc/class.uiagreement.inc.php
===================================================================
--- trunk/property/inc/class.uiagreement.inc.php        2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.uiagreement.inc.php        2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -56,7 +56,7 @@
                                'add_activity'  => true
                        );
 
-               function property_uiagreement()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $this->nextmatchs       = 
CreateObject('phpgwapi.nextmatchs');

Modified: trunk/property/inc/class.uialarm.inc.php
===================================================================
--- trunk/property/inc/class.uialarm.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uialarm.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -53,7 +53,7 @@
                        );
                private $bo;
 
-               function property_uialarm()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'admin::property::admin_async';

Modified: trunk/property/inc/class.uiasync.inc.php
===================================================================
--- trunk/property/inc/class.uiasync.inc.php    2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uiasync.inc.php    2015-09-16 11:55:47 UTC (rev 
13934)
@@ -51,7 +51,7 @@
                                'delete' => true
                        );
 
-               function property_uiasync()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'admin::property::async';

Modified: trunk/property/inc/class.uibudget.inc.php
===================================================================
--- trunk/property/inc/class.uibudget.inc.php   2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uibudget.inc.php   2015-09-16 11:55:47 UTC (rev 
13934)
@@ -54,7 +54,7 @@
                                'delete'                => true,
                                'delete_basis'  => true
                        );
-               function property_uibudget()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::budget';

Modified: trunk/property/inc/class.uicustom.inc.php
===================================================================
--- trunk/property/inc/class.uicustom.inc.php   2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uicustom.inc.php   2015-09-16 11:55:47 UTC (rev 
13934)
@@ -52,7 +52,7 @@
                                'delete'        => true
                        );
 
-               function property_uicustom()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::custom';

Modified: trunk/property/inc/class.uidocument.inc.php
===================================================================
--- trunk/property/inc/class.uidocument.inc.php 2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uidocument.inc.php 2015-09-16 11:55:47 UTC (rev 
13934)
@@ -57,7 +57,7 @@
                                'delete'        => true
                        );
 
-               function property_uidocument()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
"property::documentation";

Modified: trunk/property/inc/class.uiifc.inc.php
===================================================================
--- trunk/property/inc/class.uiifc.inc.php      2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uiifc.inc.php      2015-09-16 11:55:47 UTC (rev 
13934)
@@ -52,7 +52,7 @@
                        'no_access'     => true
                );
 
-               function uiifc()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::ifc';

Modified: trunk/property/inc/class.uiinvestment.inc.php
===================================================================
--- trunk/property/inc/class.uiinvestment.inc.php       2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.uiinvestment.inc.php       2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -52,7 +52,7 @@
                                'delete'        => true
                        );
 
-               function property_uiinvestment()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::invoice::investment';

Modified: trunk/property/inc/class.uiinvoice.inc.php
===================================================================
--- trunk/property/inc/class.uiinvoice.inc.php  2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uiinvoice.inc.php  2015-09-16 11:55:47 UTC (rev 
13934)
@@ -64,7 +64,7 @@
                                'forward'               => true
                        );
 
-               function property_uiinvoice()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::invoice';

Modified: trunk/property/inc/class.uipricebook.inc.php
===================================================================
--- trunk/property/inc/class.uipricebook.inc.php        2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.uipricebook.inc.php        2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -61,7 +61,7 @@
                                'download_2'                    => true
                        );
 
-               function property_uipricebook()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $this->nextmatchs                       = 
CreateObject('phpgwapi.nextmatchs');

Modified: trunk/property/inc/class.uiproject.inc.php
===================================================================
--- trunk/property/inc/class.uiproject.inc.php  2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uiproject.inc.php  2015-09-16 11:55:47 UTC (rev 
13934)
@@ -73,7 +73,7 @@
                                'check_missing_project_budget'  => true
                        );
 
-               function property_uiproject()
+               function __construct()
                {
                //      $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;

Modified: trunk/property/inc/class.uirequest.inc.php
===================================================================
--- trunk/property/inc/class.uirequest.inc.php  2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uirequest.inc.php  2015-09-16 11:55:47 UTC (rev 
13934)
@@ -61,7 +61,7 @@
                                'get_related'   => true
                        );
 
-               function property_uirequest()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::project::request';

Modified: trunk/property/inc/class.uis_agreement.inc.php
===================================================================
--- trunk/property/inc/class.uis_agreement.inc.php      2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.uis_agreement.inc.php      2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -60,7 +60,7 @@
                                'get_vendor_member_info'=> true
                        );
 
-               function property_uis_agreement()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::agreement::service';

Modified: trunk/property/inc/class.uitemplate.inc.php
===================================================================
--- trunk/property/inc/class.uitemplate.inc.php 2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uitemplate.inc.php 2015-09-16 11:55:47 UTC (rev 
13934)
@@ -55,7 +55,7 @@
                                'hour'                  => true
                        );
 
-               function property_uitemplate()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::project::template';

Modified: trunk/property/inc/class.uitenant_claim.inc.php
===================================================================
--- trunk/property/inc/class.uitenant_claim.inc.php     2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.uitenant_claim.inc.php     2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -54,7 +54,7 @@
                                'view_file'     => true
                        );
 
-               function property_uitenant_claim()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        $GLOBALS['phpgw_info']['flags']['menu_selection'] = 
'property::invoice::claim';

Modified: trunk/property/inc/class.uiwo_hour.inc.php
===================================================================
--- trunk/property/inc/class.uiwo_hour.inc.php  2015-09-16 11:34:02 UTC (rev 
13933)
+++ trunk/property/inc/class.uiwo_hour.inc.php  2015-09-16 11:55:47 UTC (rev 
13934)
@@ -61,7 +61,7 @@
                                'import_calculation'=> true,
                        );
 
-               function property_uiwo_hour()
+               function __construct()
                {
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;
                        //      $this->currentapp                       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];

Modified: trunk/property/inc/class.uiworkorder.inc.php
===================================================================
--- trunk/property/inc/class.uiworkorder.inc.php        2015-09-16 11:34:02 UTC 
(rev 13933)
+++ trunk/property/inc/class.uiworkorder.inc.php        2015-09-16 11:55:47 UTC 
(rev 13934)
@@ -71,7 +71,7 @@
                                'recalculate'   => true
                        );
 
-               function property_uiworkorder()
+               function __construct()
                {
                //      $GLOBALS['phpgw_info']['flags']['nonavbar'] = true; // 
menus added where needed via bocommon::get_menu
                        $GLOBALS['phpgw_info']['flags']['xslt_app'] = true;




reply via email to

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