Menu

#3 table closing on seats page

closed-fixed
nobody
None
5
2009-11-29
2009-09-12
No

recommend this change near the bottom of seats.php
It broke the program in Chrome.
if (!$bookinglist) {
echo '</table><input type="submit" value="'.$lang["continue"].'">'; //didn't have </table>

echo '</form>';
}

Discussion

  • Karl Henselin

    Karl Henselin - 2009-09-12

    One other thing on that same page...

    if ($chkd) echo ' checked="checked"';
    might be better than
    if ($chkd) echo ' checked="true"';

     
  • Maxime Gamboni

    Maxime Gamboni - 2009-11-29

    The table tag not being closed was a bug caused by incorrect handling of seats that don't have a "zone" attribute. It is fixed in release 1.2.1.
    I saw your other comment too late. I fixed it in my local copy and it will be in the next release.

     
  • Maxime Gamboni

    Maxime Gamboni - 2009-11-29
    • status: open --> closed-fixed
     

Log in to post a comment.