Clean code
This commit is contained in:
parent
5d09076a8f
commit
7a15e61849
@ -98,8 +98,7 @@ class box_members_by_tags extends ModeleBoxes
|
|||||||
$stats = new AdherentStats($this->db, $user->socid, $user->id);
|
$stats = new AdherentStats($this->db, $user->socid, $user->id);
|
||||||
|
|
||||||
// Show array
|
// Show array
|
||||||
$sumMembers= $stats->countMembersByTagAndStatus($tag_id, $numberyears);
|
$sumMembers= $stats->countMembersByTagAndStatus($numberyears);
|
||||||
echo "<pre>";print_r($sumMembers);echo "</pre>";
|
|
||||||
if ($sumMembers) {
|
if ($sumMembers) {
|
||||||
$line = 0;
|
$line = 0;
|
||||||
$this->info_box_contents[$line][] = array(
|
$this->info_box_contents[$line][] = array(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user