Updating public profile by writing new code that reduces queries and adds some more features - also fixes issue 13
This commit is contained in:
@@ -562,7 +562,7 @@ class IDF_Views
|
||||
$forgestats[$key] = $count;
|
||||
$forgestats['total'] += $count;
|
||||
}
|
||||
$forgestats['proj_count'] = count($projects);
|
||||
$forgestats['proj_count'] = count($projects);
|
||||
return $forgestats;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user