Merge pull request #272 from anykraus/#271-admin_active
fix admin_active.php not displaying (issue #271)
This commit is contained in:
commit
defdb3007c
|
@ -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…
Reference in New Issue