Explorar el Código

bledne zapytanie dot ID_Punkt

a.binder hace 9 años
padre
commit
228adc3fdc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      SE/dev/php-cli/biale_put_Cables_to_PE.php

+ 1 - 1
SE/dev/php-cli/biale_put_Cables_to_PE.php

@@ -165,7 +165,7 @@ foreach($cables_from_joins_to_PE_arr as $id_j=>$Path_Point_val) {
 		
 		$sql_Path_Point_val="insert into Rozdzielcza_test_bzyk_Cables_to_PE (the_geom,ID_Way,ID_Point)
 		     values (ST_GeomFromText('".$Path_Point_val['LINESTRING']."'),'".$Path_Point_val['ID_Way']."',
-		     '".$Path_Point_val['ID_Way']."'   )   ";
+		     '".$Path_Point_val['ID_Point']."'   )   ";
 		    echo "#216Query path ins:: ".$sql_Path_Point_val."  ";
 		    //if(strlen($edge_joins_filled_paths[$ID_Way]['asText'])>2)
 		      DB::getPDO()->query($sql_Path_Point_val);