Skip to content

Commit

Permalink
Fix change "calculus" to "calculation"
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisjacquet committed Jun 5, 2022
1 parent 6b22c0b commit dfa51d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Expand Up @@ -322,7 +322,7 @@ Changes in 8.0
- Add-on disable delete in Modules.inc.php & Plugins.inc.php
- Merge Daily Transactions & Daily Totals programs in DailyTransactions.php & DailyTotals.php
- Remove Daily Totals program from Student Billing & Accounting menus in Menu.php & rosariosis.sql
- Fix Totals calculus in Accounting/includes/DailyTotals.php
- Fix Totals calculation in Accounting/includes/DailyTotals.php
- Multibyte strings: check if not UTF-8 first to avoid cost of setting in Warehouse.php
- Fix false positive Hacking Attempt on Print button click when no user in session in Warehouse.php
- Merge Attendance Chart & Absence Summary programs in DailySummary.php & StudentSummary.php & Help_en.php
Expand Down
2 changes: 1 addition & 1 deletion modules/Grades/StudentGrades.php
Expand Up @@ -365,7 +365,7 @@
if ( ! empty( $assignments_RET ) )
{
if ( $do_stats && $_REQUEST['do_stats'] )
//FJ bugfix broken statistics, MIN calculus when gg.POINTS is NULL
//FJ bugfix broken statistics, MIN calculation when gg.POINTS is NULL
{
$all_RET = DBGet( "SELECT ga.ASSIGNMENT_ID,
min(" . db_case( [ 'gg.POINTS', "'-1'", 'ga.POINTS', db_case( [ 'gg.POINTS', "''", '0', 'gg.POINTS' ] ) ] ) . ") AS MIN,
Expand Down

0 comments on commit dfa51d8

Please sign in to comment.