Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
private $joins = null;
private $where = null;
- private $count = null;
+ protected $count = null;
private $mods = array();
private $modParams = array();
{
if (is_null($sex)) {
$sex = S::user()->isFemale();
+ } else if ($sex instanceof PlUser || $sex instanceof Profile) {
+ $sex = $sex->isFemale();
}
return $sex ? $female : $male;
}
{/if}
{/capture}
-
{$smarty.capture.order|smarty:nodefaults}
{$smarty.capture.pages|smarty:nodefaults}