diff options
author | Saketh1499 | 2021-09-22 10:37:42 +0530 |
---|---|---|
committer | Saketh1499 | 2021-09-22 10:37:42 +0530 |
commit | d03ca8229c45797935ac5c066857be198471d276 (patch) | |
tree | 0702346e4df6a5f24b8af7f4126d250f0be221c9 /testimonials_edit.inc | |
parent | b93b6fb9be51ecd1d459abbbf46871ed961da540 (diff) | |
download | fellowship_testimonials-d03ca8229c45797935ac5c066857be198471d276.tar.gz fellowship_testimonials-d03ca8229c45797935ac5c066857be198471d276.tar.bz2 fellowship_testimonials-d03ca8229c45797935ac5c066857be198471d276.zip |
Adding title to the column displaying the activity name
Diffstat (limited to 'testimonials_edit.inc')
-rw-r--r-- | testimonials_edit.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testimonials_edit.inc b/testimonials_edit.inc index 36c2f46..e1af9ef 100644 --- a/testimonials_edit.inc +++ b/testimonials_edit.inc @@ -335,7 +335,7 @@ function fellowship_testimonials_edit_all($testimonial_id=0) { $result = $query->execute(); $headers = array( - "Name", "Institute", " ", "Type", "Action" + "Name", "Institute", "Activity Name", "Type", "Action" ); $rows = array(); |