Commit 8c6b16f6198f94a9ec5feedd687029ce83463ec9

Authored by Leandro Arndt
1 parent c723a7b2
Exists in mysqli

Resolução do tíquete #1.

Essa solução não é definitiva, a meu ver, porque, embora faça a página funcionar, não consegui localizar onde fica a chave que estava despareada. No momento, o importante é que funcione...
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,7 +212,7 @@ $rs = execQueryPag($sql);
212 </td> 212 </td>
213 </tr> 213 </tr>
214 <?}?> 214 <?}?>
215 -</table> 215 +</table><?php } ?>
216 <br><br> 216 <br><br>
217 <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" /> 217 <input type="button" value="Voltar" name="voltar" class="botaoformulario" id="voltar" onclick="location.href='../inc/menu.php'" />
218 </form> 218 </form>