phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sms/inc class.soconfig.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] sms/inc class.soconfig.inc.php
Date: Sat, 10 Mar 2007 15:21:46 +0000

CVSROOT:        /sources/phpgroupware
Module name:    sms
Changes by:     Sigurd Nes <sigurdne>   07/03/10 15:21:46

Modified files:
        inc            : class.soconfig.inc.php 

Log message:
        fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sms/inc/class.soconfig.inc.php?cvsroot=phpgroupware&r1=1.5&r2=1.6

Patches:
Index: class.soconfig.inc.php
===================================================================
RCS file: /sources/phpgroupware/sms/inc/class.soconfig.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- class.soconfig.inc.php      27 Dec 2006 10:39:15 -0000      1.5
+++ class.soconfig.inc.php      10 Mar 2007 15:21:46 -0000      1.6
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package sms
        * @subpackage config
-       * @version $Id: class.soconfig.inc.php,v 1.5 2006/12/27 10:39:15 
sigurdne Exp $
+       * @version $Id: class.soconfig.inc.php,v 1.6 2007/03/10 15:21:46 
sigurdne Exp $
        */
 
        /**
@@ -26,7 +26,7 @@
 
                function sms_soconfig()
                {
-                       $this->currentapp       = 
$GLOBALS['phpgw_info']['flags']['currentapp'];
+                       $this->currentapp       = 'sms';
                        $this->account          = 
$GLOBALS['phpgw_info']['user']['account_id'];
                        $this->bocommon         = 
CreateObject($this->currentapp.'.bocommon');
                        $this->db               = clone($GLOBALS['phpgw']->db);
@@ -35,6 +35,7 @@
                        $this->grants           = 
$GLOBALS['phpgw']->acl->get_grants('sms');
                        $this->join             = $this->db->join;
                        $this->like             = $this->db->like;
+
                }
 
 




reply via email to

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