JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
some clients I have set to auto-accept (very high tiny agreement) until they actually...
authorJason Woofenden <jason283@herkamire.com>
Mon, 2 Feb 2009 22:32:30 +0000 (17:32 -0500)
committerJason Woofenden <jason283@herkamire.com>
Mon, 2 Feb 2009 22:32:30 +0000 (17:32 -0500)
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);
 
        # 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';
        }
 
                return './tiny_agreement';
        }