Skip to content

Commit

Permalink
box qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Yasinsky committed Mar 5, 2013
1 parent 9997030 commit daf75cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function box_quality($box)

if(!filter_var($box . '@oopzy.com', FILTER_VALIDATE_EMAIL))
{
return 0;
return -1;
}

if (strlen($box) > 6)
Expand Down

0 comments on commit daf75cb

Please sign in to comment.