summaryrefslogtreecommitdiff
path: root/lab_details.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lab_details.inc')
-rwxr-xr-xlab_details.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lab_details.inc b/lab_details.inc
index 93ebff7..1d195c2 100755
--- a/lab_details.inc
+++ b/lab_details.inc
@@ -15,7 +15,7 @@ function lab_migration_completed_labs_all()
else
{
$preference_rows = array();
- $i = 1;
+ $i = $result->rowCount();
while ($row = $result->fetchObject())
{
$completion_date = date("Y", $row->expected_completion_date);
@@ -25,7 +25,7 @@ function lab_migration_completed_labs_all()
l($row->lab_title, "lab-migration/lab-migration-run/" . $row->id),
$completion_date
);
- $i++;
+ $i--;
}
$preference_header = array(
'No',