phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.bogab.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.bogab.inc.php
Date: Sat, 14 Oct 2006 18:26:53 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   06/10/14 18:26:53

Modified files:
        inc            : class.bogab.inc.php 

Log message:
        no message

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.bogab.inc.php?cvsroot=phpgroupware&r1=1.11&r2=1.12

Patches:
Index: class.bogab.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.bogab.inc.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- class.bogab.inc.php 5 Sep 2006 17:47:06 -0000       1.11
+++ class.bogab.inc.php 14 Oct 2006 18:26:53 -0000      1.12
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage location
-       * @version $Id: class.bogab.inc.php,v 1.11 2006/09/05 17:47:06 sigurdne 
Exp $
+       * @version $Id: class.bogab.inc.php,v 1.12 2006/10/14 18:26:53 sigurdne 
Exp $
        */
 
        /**
@@ -41,7 +41,7 @@
                        $this->solocation       = 
CreateObject($this->currentapp.'.solocation');
                        $this->config           = 
CreateObject('phpgwapi.config');
                        $this->config->read_repository();
-                       $this->gab_insert_level = 
(isset($config->config_data['gab_insert_level'])?$config->config_data['gab_insert_level']:3);
+                       $this->gab_insert_level = 
(isset($this->config->config_data['gab_insert_level'])?$this->config->config_data['gab_insert_level']:3);
 
                        $this->so               = 
CreateObject($this->currentapp.'.sogab',$this->gab_insert_level);
 




reply via email to

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