diff options
Diffstat (limited to 'manage_proposal.inc')
-rwxr-xr-x | manage_proposal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manage_proposal.inc b/manage_proposal.inc index 893bb29..7d89efd 100755 --- a/manage_proposal.inc +++ b/manage_proposal.inc @@ -67,7 +67,7 @@ function _proposal_all() return ''; } - $proposal_header = array('Date of Submission', 'Title of the Book', 'Author', 'Contributor Name', 'Expected Date of Completion', 'Status'); + $proposal_header = array('Date of Submission', 'Title of the Book', 'Author', 'Contributor Name', 'Expected Date of Completion', 'Status', 'Action'); $output = theme_table($proposal_header, $proposal_rows); return $output; } |