fix admin_active.php not displaying (issue #271)

Reverts 53ad1b5110 "fix codacy unused code" partially. (where $shift_sum_formula was removed from global)
main
anykraus 8 years ago committed by GitHub
parent d5d2acc7d8
commit efb7dbfb01

@ -5,7 +5,7 @@ function admin_active_title() {
} }
function admin_active() { function admin_active() {
global $tshirt_sizes; global $tshirt_sizes, $shift_sum_formula;
$msg = ""; $msg = "";
$search = ""; $search = "";

Loading…
Cancel
Save