X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tiny_agreement.php;h=4e5a39c43a693dfdec1400837e38b72c2557858a;hp=99dfc75d4f6f1bb188e10dd02aba94c2c17b47f8;hb=HEAD;hpb=b2f3faa3e8e647967e17aac9e9be7ffbad8f9716 diff --git a/tiny_agreement.php b/tiny_agreement.php index 99dfc75..4e5a39c 100644 --- a/tiny_agreement.php +++ b/tiny_agreement.php @@ -27,7 +27,7 @@ function tiny_agreement_get_fields() { function tiny_agreement_main() { if(!logged_in()) { $GLOBALS['url'] = this_url(); - return 'tiny_agreement'; + return 'login'; } pulldown('level', array( @@ -55,8 +55,6 @@ function tiny_agreement_main() { message('Something went wrong there. Please try again'); } } - - tem_sub('main_body'); } ?>