From a45f460f6ac2f65712c9cfef3318c32689b48c18 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 11 Feb 2021 14:31:40 +0530 Subject: Update header in the table --- tbc_details.inc | 4 ++-- 1 file 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( -- cgit