Finish statement after DBI calls in ad_user_mu_ucn
Created by: balcirakpeter
- This script was executing two sql commands. One of them returned a value which was not readed. Therefore the statement pointer was not destroyed in the end of the script causing the process to result in error.
- For both statements was added chcek if the execution succeeded. Finish statement was added after the execution to make sure that the pointer is destroyed so the process will not result in error anymore.