Code Duplication    Length = 3-3 lines in 2 locations

mod/GC_profileStrength_collab/views/default/widgets/profile_completness/content.php 1 location

@@ 33-35 (lines=3) @@
30
//basic profile
31
$basicCount = 0;
32
33
if($userEnt->university || $userEnt->college || $userEnt->highschool || $userEnt->federal || $userEnt->ministry || $userEnt->municipal || $userEnt->international || $userEnt->ngo || $userEnt->community || $userEnt->business || $userEnt->media || $userEnt->retired || $userEnt->other){
34
    $basicCount += 20;
35
}
36
if($userEnt->job){
37
    $basicCount += 20;
38
}

mod/gc_onboard_collab/start.php 1 location

@@ 93-95 (lines=3) @@
90
    //basic profile
91
    $basicCount = 0;
92
93
    if($userEnt->university || $userEnt->college || $userEnt->highschool || $userEnt->federal || $userEnt->ministry || $userEnt->municipal || $userEnt->international || $userEnt->ngo || $userEnt->community || $userEnt->business || $userEnt->media || $userEnt->retired || $userEnt->other){
94
        $basicCount += 20;
95
    }
96
    if($userEnt->job){
97
        $basicCount += 20;
98
    }