fix admin_active.php not displaying (issue #271)
Reverts 53ad1b5110
"fix codacy unused code" partially. (where $shift_sum_formula was removed from global)
This commit is contained in:
parent
d5d2acc7d8
commit
efb7dbfb01
|
@ -5,7 +5,7 @@ function admin_active_title() {
|
|||
}
|
||||
|
||||
function admin_active() {
|
||||
global $tshirt_sizes;
|
||||
global $tshirt_sizes, $shift_sum_formula;
|
||||
|
||||
$msg = "";
|
||||
$search = "";
|
||||
|
|
Loading…
Reference in New Issue