Fixing style errors.
This commit is contained in:
parent
86b02bc17b
commit
3dc6283eb7
@ -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));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user