diff options
author | prashantsinalkar | 2021-02-11 14:31:40 +0530 |
---|---|---|
committer | prashantsinalkar | 2021-02-11 14:31:40 +0530 |
commit | a45f460f6ac2f65712c9cfef3318c32689b48c18 (patch) | |
tree | 841cdfc89c1964956f3897aa31ec629c2cc98433 | |
parent | e1e3007a02a98a13f3b8134709f4586b7ce4069d (diff) | |
download | DWSIM_textbook_companion-a45f460f6ac2f65712c9cfef3318c32689b48c18.tar.gz DWSIM_textbook_companion-a45f460f6ac2f65712c9cfef3318c32689b48c18.tar.bz2 DWSIM_textbook_companion-a45f460f6ac2f65712c9cfef3318c32689b48c18.zip |
Update header in the table
-rw-r--r-- | tbc_details.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc_details.inc b/tbc_details.inc index db2dd0b..4c265b1 100644 --- a/tbc_details.inc +++ b/tbc_details.inc @@ -38,10 +38,10 @@ function dwsim_tbc_completed_book_proposal_all() /*$preference_data->book . " by " . $preference_data->author . ", " . $preference_data->publisher . ", " . $preference_data->year, 'textbook-companion/textbook-run/' . $preference_data->id*/ } //$row = $result->fetchObject() $preference_header = array( - 'S.No', + 'No', 'TBC Project', 'Contributor Name', - 'Publisher', + 'University / Institute', 'Year of Completion' ); $output .= theme('table', array( |