summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaketh14992021-12-08 21:44:47 +0530
committerSaketh14992021-12-08 21:44:47 +0530
commitc5961c3ea2bd3be1df4d27144d0b71025875c78b (patch)
treeaa1f4f842da43e7c06c45213fd470b98b1234af9
parent0946bd53aacec44081debd0e39bed8c813263131 (diff)
downloadcfd_case_study-c5961c3ea2bd3be1df4d27144d0b71025875c78b.tar.gz
cfd_case_study-c5961c3ea2bd3be1df4d27144d0b71025875c78b.tar.bz2
cfd_case_study-c5961c3ea2bd3be1df4d27144d0b71025875c78b.zip
Arranging serial number in descending order
-rwxr-xr-xcfd_case_study_details.inc5
-rwxr-xr-xpdf/images/bg_cert.pngbin17983 -> 0 bytes
-rwxr-xr-xpdf/images/fossee.pngbin17983 -> 0 bytes
-rwxr-xr-x[-rw-r--r--]pdf/images/ftr_line.pngbin17983 -> 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
deleted file mode 100755
index 478dc8e..0000000
--- a/pdf/images/bg_cert.png
+++ /dev/null
Binary files differ
diff --git a/pdf/images/fossee.png b/pdf/images/fossee.png
deleted file mode 100755
index 478dc8e..0000000
--- a/pdf/images/fossee.png
+++ /dev/null
Binary files differ
diff --git a/pdf/images/ftr_line.png b/pdf/images/ftr_line.png
index 478dc8e..478dc8e 100644..100755
--- a/pdf/images/ftr_line.png
+++ b/pdf/images/ftr_line.png
Binary files differ