summaryrefslogtreecommitdiff
path: root/manage_proposal.inc
diff options
context:
space:
mode:
Diffstat (limited to 'manage_proposal.inc')
-rwxr-xr-xmanage_proposal.inc2
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;
}