Quote Originally Posted by DrByte View Post
For this specific instance, you can change line 355 of the square.php module from
Code:
if (count($errors_object)) {
to
Code:
if (!empty($errors_object)) {
Thank you for a speedy response