Commit 12bc0254bb22873e4b7fa9c563580acb247039f3
1 parent
bd1176d1
Exists in
master
and in
7 other branches
Ajuste em texto de mensagem
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
testamapfile.php
... | ... | @@ -373,7 +373,7 @@ function verifica($map,$solegenda){ |
373 | 373 | echo "<br>".$dados."<br>"; |
374 | 374 | } |
375 | 375 | if($map != "todos"){ |
376 | - echo "<br>Erros:<br>"; | |
376 | + echo "<br>Erros ocorridos:<br>"; | |
377 | 377 | $error = ""; |
378 | 378 | $error = ms_GetErrorObj(); |
379 | 379 | while($error && $error->code != MS_NOERR){ | ... | ... |