Update transaction.php

This commit is contained in:
ptibogxiv 2018-09-21 09:52:27 +02:00 committed by GitHub
parent 61d0aa66a5
commit 933f253c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2018 Thibault FOUCART <support@ptibogxiv.net> /* Copyright (C) 2018 Thibault FOUCART <support@ptibogxiv.net>
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr> * Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -227,7 +227,7 @@ elseif ($txn->status=='failed')
print "</table>"; print "</table>";
print '</div>'; print '</div>';
print '</form>'; print '</form>';
} else {} }
llxFooter(); llxFooter();
$db->close(); $db->close();