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,1.16


From: sigurdne
Subject: [Phpgroupware-cvs] property/setup tables_update.inc.php,1.16
Date: Thu, 22 Sep 2005 10:42:00 +0200

Update of property/setup

Modified Files:
     Branch: MAIN
            tables_update.inc.php lines: +1 -5

Log Message:
no message

====================================================
Index: property/setup/tables_update.inc.php
diff -u property/setup/tables_update.inc.php:1.15 
property/setup/tables_update.inc.php:1.16
--- property/setup/tables_update.inc.php:1.15   Thu Sep 22 08:35:52 2005
+++ property/setup/tables_update.inc.php        Thu Sep 22 08:42:49 2005
@@ -705,10 +705,6 @@
                        $GLOBALS['phpgw_setup']->oProc->next_record();
                        $score = $GLOBALS['phpgw_setup']->oProc->f('score');
                        $GLOBALS['phpgw_setup']->oProc->query("UPDATE 
fm_request SET score = $score WHERE id = $id",__LINE__,__FILE__);
-
-                       $GLOBALS['phpgw_setup']->oProc->query("UPDATE 
fm_request SET score = (SELECT sum 
(priority_key*(degree*probability*(consequence+1))) from fm_request_condition"
-                                . " JOIN fm_request_condition_type ON 
(fm_request_condition.condition_type = fm_request_condition_type.id) WHERE 
request_id = $id) WHERE fm_request.id = $id",__LINE__,__FILE__);
-
                }

                
$GLOBALS['phpgw_setup']->oProc->DropTable('fm_request_priority_key');






reply via email to

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