Fixed a bug where empty quotes could be submitted
commit8bf1358efdd91ae3c41e01924cd30c62a3bbdefb
authorIan Weller <ianweller@gmail.com>
Sat, 12 Jul 2008 19:28:10 +0000 (12 14:28 -0500)
committerIan Weller <ianweller@gmail.com>
Sat, 12 Jul 2008 19:28:10 +0000 (12 14:28 -0500)
treeab502a6f2a03df4538d23b580fff33a05e8426e6
parent0711f977dd95d8309186154edd1c036441e9aadd
Fixed a bug where empty quotes could be submitted

Simply hitting Submit without entering any data could still post a new
quote, with zero content. This has been fixed in submit.php and
submitbulk.php.

In addition, $footer wasn't being printed at the end of submitbulk.php,
so now it is.
submit.php
submitbulk.php