a.binder %!s(int64=9) %!d(string=hai) anos
pai
achega
776f431ee8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/dev/php-cli/biale_plamy-generate_data.php

+ 1 - 1
SE/dev/php-cli/biale_plamy-generate_data.php

@@ -147,7 +147,7 @@ foreach ($ways2cut as $way_key => $xpoint_keys) {
 
 	$startPoint = $way->startPoint();
 	$endPoint = $way->endPoint();
-	if($sub_xpoints[0]) and $startPoint) { // sypie erorrami
+	if($sub_xpoints[0] and $startPoint) { // sypie erorrami
 		$way = new LineString(array($startPoint, $sub_xpoints[0]));
 		$ways_asText[$way_key] = $way->asText();
 		$ways_2ID_Way[$way_key]=$ID_Way;