Kaydet (Commit) bfa9058d authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Caolán McNamara

more occured replaced

üst c3ff3b09
...@@ -154,7 +154,7 @@ sub register_unocomponents ...@@ -154,7 +154,7 @@ sub register_unocomponents
$filestring = ""; $filestring = "";
} }
if (( $local_error1_occurred ) || ( $local_error2_occured )) { $error_occured = 1; } if (( $local_error1_occurred ) || ( $local_error2_occurred )) { $error_occurred = 1; }
} }
return $error_occurred; return $error_occurred;
...@@ -462,7 +462,7 @@ sub register_all_components ...@@ -462,7 +462,7 @@ sub register_all_components
if ( $#javacomponents > -1 ) { $java_error_occurred = register_javacomponents($allvariableshashref, \@javacomponents, $regcompfileref, $servicesfile, $regcomprdb, $javaservicesurlprefix); } if ( $#javacomponents > -1 ) { $java_error_occurred = register_javacomponents($allvariableshashref, \@javacomponents, $regcompfileref, $servicesfile, $regcomprdb, $javaservicesurlprefix); }
if ( $#pythoncomponents > -1 ) { $python_error_occurred = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); } if ( $#pythoncomponents > -1 ) { $python_error_occurred = register_pythoncomponents(\@pythoncomponents, $regcompfileref, $servicesfile, $includepatharrayref); }
if ( $uno_error_occurred || $java_error_occured || $python_error_occured ) { $registererrorflag = 1; } if ( $uno_error_occurred || $java_error_occurred || $python_error_occurred ) { $registererrorflag = 1; }
return $registererrorflag; return $registererrorflag;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment