summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSashi202023-08-22 14:35:36 +0530
committerGitHub2023-08-22 14:35:36 +0530
commit73e62e61c9c37c0865cbfd0b5a51a9753774e51f (patch)
treee524d75ce9344accafd27430d355f1fbec2c881a
parent496539d136ec631b825695e1a2336542e5373242 (diff)
downloadr_lab_migration-73e62e61c9c37c0865cbfd0b5a51a9753774e51f.tar.gz
r_lab_migration-73e62e61c9c37c0865cbfd0b5a51a9753774e51f.tar.bz2
r_lab_migration-73e62e61c9c37c0865cbfd0b5a51a9753774e51f.zip
Arrange in progress table in descending order
-rwxr-xr-xlab_details.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lab_details.inc b/lab_details.inc
index a81efdb..beca4ef 100755
--- a/lab_details.inc
+++ b/lab_details.inc
@@ -57,7 +57,7 @@ function lab_migration_labs_progress_all()
else
{
//$result = db_query($query);
- $page_content .= "<ol>";
+ $page_content .= "<ol reversed>";
while ($row = $result->fetchObject())
{
$page_content .= "<li>";