Menu

#10 Bug in phpmyprepaid0.4beta3, file PrePaidBatch.php

open
None
5
2007-08-26
2007-08-20
rudoo
No

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

Discussion

  • rudoo

    rudoo - 2007-08-26

    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

     
  • rudoo

    rudoo - 2007-08-26
    • assigned_to: nobody --> petecarlson
     

Log in to post a comment.

MongoDB Logo MongoDB