Alan - 2003-04-19

Since I haven't had a chance to configure the Bug Reporting section of the project page, I decided to post a notice about a bug in 0.2.6 that I recently found. It will be fixed in 0.2.7, which should be released by 04-20-2003.

You can fix the code yourself as well. The following code should be inserted on line 134 in customer.php:

<form method=post action=customer.php name=frm onSubmit='return verify()'>
<input type=hidden name=a value='<?php echo $a;?>'>

I'm aware that this may not be the most prestigious way to report a bug. Sorry for any inconveniences.