Fixing style errors.

This commit is contained in:
stickler-ci 2022-09-01 16:09:05 +00:00
parent 86b02bc17b
commit 3dc6283eb7

View File

@ -763,7 +763,6 @@ if (!empty($conf->global->MEMBER_SKIP_TABLE) || !empty($conf->global->MEMBER_NEW
print "<br>"; print "<br>";
print '</div></div>'; print '</div></div>';
} else { // Show the table of membership types } else { // Show the table of membership types
// Get units // Get units
$measuringUnits = new CUnits($db); $measuringUnits = new CUnits($db);
$result = $measuringUnits->fetchAll('', '', 0, 0, array('t.active' => 1)); $result = $measuringUnits->fetchAll('', '', 0, 0, array('t.active' => 1));