Unset the prepared statement
This commit is contained in:
parent
9a6f8a8572
commit
2c1deb911a
|
|
@ -91,6 +91,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
$msg .= $text['message-duplicate']."<br>\n";
|
||||
}
|
||||
}
|
||||
unset($prep_statement);
|
||||
}
|
||||
|
||||
//show the message
|
||||
|
|
|
|||
Loading…
Reference in New Issue