diff options
author | Sashi20 | 2023-08-22 14:35:36 +0530 |
---|---|---|
committer | GitHub | 2023-08-22 14:35:36 +0530 |
commit | 73e62e61c9c37c0865cbfd0b5a51a9753774e51f (patch) | |
tree | e524d75ce9344accafd27430d355f1fbec2c881a | |
parent | 496539d136ec631b825695e1a2336542e5373242 (diff) | |
download | r_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-x | lab_details.inc | 2 |
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>"; |