JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added TASK_BUG state, improved home page so initial states are displayd and lebeled...
[contractor-progress.git] / index.php
index 7f2a922..121f099 100644 (file)
--- a/index.php
+++ b/index.php
@@ -39,7 +39,7 @@ function task_summary($tem_prefix, $where_clause) {
 
 function _index_main() {
        task_summary('needs_attention', 'where state=' . TASK_DRAFT . ' || state=' . TASK_NEEDS_CLARIFICATION . ' || state=' . TASK_NEEDS_GO_AHEAD . ' || state=' . TASK_NEEDS_TESTING . ' order by id');
-       task_summary('queue', 'where state=' . TASK_QUEUED . ' || state='. TASK_BUG . ' order by ord');
+       task_summary('queue', 'where state=' . TASK_QUEUED . ' order by ord');
        task_summary('jason', 'where state=' . TASK_NEEDS_QUOTE . ' || state=' . TASK_WORKING . ' || state=' . TASK_BUG . ' order by id desc');
        #task_summary('jason_pricing', 'where state=' . TASK_NEEDS_QUOTE . ' order by id desc');
        #task_summary('jason_working', 'where state=' . TASK_WORKING . ' order by id desc');