From f5fc5ad0067febe0340012c60404dc297bfe309b Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Tue, 27 May 2014 11:23:26 +0530 Subject: added missing table header --- manage_proposal.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manage_proposal.inc') 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; } -- cgit