Revize 18ac9009
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/controllers/stats.php | ||
---|---|---|
->type('date')
|
||
->default(Filter_form::OPER_GREATER_OR_EQUAL, $association->entrance_date)
|
||
->default(Filter_form::OPER_SMALLER_OR_EQUAL, $last_entrance_date)
|
||
->add_class('without_days');
|
||
->css_class('without_days');
|
||
|
||
$filter_form->add('increase')
|
||
->type('number');
|
||
... | ... | |
|
||
$year = $max_year = $month = $max_month = NULL;
|
||
$counts_year_keys = array_keys($counts);
|
||
|
||
|
||
if (!empty($counts_year_keys))
|
||
{
|
||
$year = min($counts_year_keys);
|
Také k dispozici: Unified diff
Fix merge issue that removed all staff from developer branch :-).