diff options
author | Jayaram Pai | 2014-05-27 11:23:26 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-05-27 11:23:26 +0530 |
commit | f5fc5ad0067febe0340012c60404dc297bfe309b (patch) | |
tree | 15c1a0aadc59cc3b69328a92166b1741e8ce0e53 /manage_proposal.inc | |
parent | 8cf8093bdec79f27a3c00af81397d57f69f83f8b (diff) | |
download | scilab_textbook_companion-f5fc5ad0067febe0340012c60404dc297bfe309b.tar.gz scilab_textbook_companion-f5fc5ad0067febe0340012c60404dc297bfe309b.tar.bz2 scilab_textbook_companion-f5fc5ad0067febe0340012c60404dc297bfe309b.zip |
added missing table header
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; } |