phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.socommon.inc.php
Date: Tue, 18 Apr 2006 12:59:21 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/04/18 12:59:21

Modified files:
        inc            : class.socommon.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/inc/class.socommon.inc.php.diff?tr1=1.20&tr2=1.21&r1=text&r2=text

Patches:
Index: property/inc/class.socommon.inc.php
diff -u property/inc/class.socommon.inc.php:1.20 
property/inc/class.socommon.inc.php:1.21
--- property/inc/class.socommon.inc.php:1.20    Tue Apr 18 12:08:39 2006
+++ property/inc/class.socommon.inc.php Tue Apr 18 12:59:21 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage core
-       * @version $Id: class.socommon.inc.php,v 1.20 2006/04/18 12:08:39 
sigurdne Exp $
+       * @version $Id: class.socommon.inc.php,v 1.21 2006/04/18 12:59:21 
sigurdne Exp $
        */
 
        /**
@@ -323,7 +323,7 @@
 
                function new_db()
                {
-                       if(is_object($GLOBALS['phpgw']->db))
+                       if(is_object($GLOBALS['phpgw']->db) && 
!alessthanb($GLOBALS['phpgw_info']['server']['versions']['phpgwapi'],'0.9.17'))
                        {
                                $db = clone($GLOBALS['phpgw']->db);
                        }




reply via email to

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