X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=index.php;h=121f0994cbe7a7f6bc8391fae0def7e4841a81be;hp=7f2a922240297746fca07bc26d52bda13f86d4f1;hb=db0666968543559bb521f3a7c15ff4c8ab2f7661;hpb=5cc6274a058be9a9cf9d7d3e1d169870cad90353 diff --git a/index.php b/index.php index 7f2a922..121f099 100644 --- 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');