Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaroWalter committed May 14, 2024
1 parent 0295603 commit 769ef2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/ratingallocate.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ private static function get_events_from_db($courses, $timestart, $timeend): arra
// Get all events.
return $DB->get_records_sql($sql, $params);
}
}
}
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
$plugin->release = '0.1.0';
$plugin->version = 2024050900;
$plugin->requires = 2022041900;
$plugin->maturity = MATURITY_ALPHA;
$plugin->maturity = MATURITY_ALPHA;

0 comments on commit 769ef2f

Please sign in to comment.