JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
some clients I have set to auto-accept (very high tiny agreement) until they actually...
[contractor-progress.git] / index.php
index afb5de1..d8eb411 100644 (file)
--- a/index.php
+++ b/index.php
@@ -118,7 +118,7 @@ function _index_main() {
 
        # make sure they've filled out the tiny user agreement
        $tiny_agreement = db_get_value('people', 'tiny_agreement', 'where id=%i', $client_id);
-       if($tiny_agreement < 30) {
+       if($tiny_agreement < 30 || $tiny_agreement > 999) {
                return './tiny_agreement';
        }