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');




_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to