diff options
author | Saketh1499 | 2021-12-08 21:44:47 +0530 |
---|---|---|
committer | Saketh1499 | 2021-12-08 21:44:47 +0530 |
commit | c5961c3ea2bd3be1df4d27144d0b71025875c78b (patch) | |
tree | aa1f4f842da43e7c06c45213fd470b98b1234af9 | |
parent | 0946bd53aacec44081debd0e39bed8c813263131 (diff) | |
download | cfd_case_study-c5961c3ea2bd3be1df4d27144d0b71025875c78b.tar.gz cfd_case_study-c5961c3ea2bd3be1df4d27144d0b71025875c78b.tar.bz2 cfd_case_study-c5961c3ea2bd3be1df4d27144d0b71025875c78b.zip |
Arranging serial number in descending order
-rwxr-xr-x | cfd_case_study_details.inc | 5 | ||||
-rwxr-xr-x | pdf/images/bg_cert.png | bin | 17983 -> 0 bytes | |||
-rwxr-xr-x | pdf/images/fossee.png | bin | 17983 -> 0 bytes | |||
-rwxr-xr-x[-rw-r--r--] | pdf/images/ftr_line.png | bin | 17983 -> 17983 bytes |
4 files changed, 3 insertions, 2 deletions
diff --git a/cfd_case_study_details.inc b/cfd_case_study_details.inc index e5b7142..4e6dbfb 100755 --- a/cfd_case_study_details.inc +++ b/cfd_case_study_details.inc @@ -20,7 +20,8 @@ function cfd_case_study_completed_proposals_all() { $output .= "Work has been completed for the following case study. We welcome your contributions." . "<hr>"; $preference_rows = array(); - $i = 1; + $i = $result->rowCount(); + //var_dump($i);die; while ($row = $result->fetchObject()) { $proposal_id = $row->id; @@ -41,7 +42,7 @@ function cfd_case_study_completed_proposals_all() $row->university, $year ); - $i++; + $i--; } //$row = $result->fetchObject() $preference_header = array( 'No', diff --git a/pdf/images/bg_cert.png b/pdf/images/bg_cert.png Binary files differdeleted file mode 100755 index 478dc8e..0000000 --- a/pdf/images/bg_cert.png +++ /dev/null diff --git a/pdf/images/fossee.png b/pdf/images/fossee.png Binary files differdeleted file mode 100755 index 478dc8e..0000000 --- a/pdf/images/fossee.png +++ /dev/null diff --git a/pdf/images/ftr_line.png b/pdf/images/ftr_line.png Binary files differindex 478dc8e..478dc8e 100644..100755 --- a/pdf/images/ftr_line.png +++ b/pdf/images/ftr_line.png |