Commit b504fabf64c8893fcb760d4c742583bd32cc6331

Authored by Leandro Arndt
1 parent 3641d920
Exists in mysqli

Refazendo a solução da issue_01.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
restrito/lda_solicitacao/index.php
... ... @@ -212,7 +212,7 @@ $rs = execQueryPag($sql);
212 212 </td>
213 213 </tr>
214 214 <?}?>
215   -</table>
  215 +</table><?php } ?>
216 216 <br><br>
217 217 <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" />
218 218 </form>
... ...