match id visualization added
[brisk.git] / web / Obj / dbase_pgsql.phh
index 91a0426..abe9e73 100644 (file)
@@ -323,7 +323,7 @@ class BriskDB
                     log_crit(sprintf("bin5_points_save: failed at insert match [%s]", $mtc_sql));
                     break;
                 }
-                $mtc_obj = pg_fetch_object($mtc_pg,0);
+                $mtc_obj = pg_fetch_object($mtc_pg, 0);
 
                 for ($i = 0 ; $i < $n ; $i++) {
                     $ord_sql = sprintf("INSERT INTO %sbin5_table_orders (mcode, ucode, pos) VALUES (%d, %d, %d);",
@@ -379,7 +379,8 @@ class BriskDB
 
             $is_trans = FALSE;
 
-            $ret =  TRUE;
+            $table->match_id = $mtc_obj->code;
+            $ret = TRUE;
         } while (0);
 
         if ($is_trans)