If i give a listing credit to a user, it will be shown, but the status will not change from false to true if the user has used the credit.
The credit will expire succesfull after use, but no statuschange occur
I have checked the table entry with phpmyadmin and can see the change in this table/field:
"smf_class_credit_log / used" has changed from 0 to 1 but this code in this function:
"function template_mycredits()"
echo '<td>', ($row['creditused'] ? 'TRUE' : 'FALSE'), '</td>';
allways display FALSE in the status...

Please have a look to my template file attached...