The PrePaidBatch.php file in phpmyprepaid0.4beta3 contains a code line with missing closing bracket:
...
echo ('<td class="fieldcell"');
...
This leads to the problem, that the POST variable 'buttonID' is not transmitted:
The line should be changed to:
...
echo ('<td class="fieldcell">');
...
Cheers,
rudoo
Logged In: YES
user_id=1871770
Originator: YES
Hi Pete,
Don't know wether I should assign this item to you? May be you already know about the bug?
Cheers,
Rudoo