phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/setup tables_update.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/setup tables_update.inc.php
Date: Fri, 24 Mar 2006 07:35:09 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/24 07:35:09

Modified files:
        setup          : tables_update.inc.php 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/setup/tables_update.inc.php.diff?tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: property/setup/tables_update.inc.php
diff -u property/setup/tables_update.inc.php:1.34 
property/setup/tables_update.inc.php:1.35
--- property/setup/tables_update.inc.php:1.34   Fri Mar 10 09:20:53 2006
+++ property/setup/tables_update.inc.php        Fri Mar 24 07:35:09 2006
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.34 2006/03/10 09:20:53 
sigurdne Exp $
+       * @version $Id: tables_update.inc.php,v 1.35 2006/03/24 07:35:09 
sigurdne Exp $
        */
 
        /**
@@ -1025,7 +1025,7 @@
                $sql = "SELECT app_version from phpgw_applications WHERE 
app_name = 'property'";
                $GLOBALS['phpgw_setup']->oProc->query($sql,__LINE__,__FILE__);
                $GLOBALS['phpgw_setup']->oProc->next_record();
-               $version = $GLOBALS['phpgw_setup']->oProc->f('score');
+               $version = $GLOBALS['phpgw_setup']->oProc->f('app_version');
 
                if($version =='0.9.17.513')
                {




reply via email to

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