View | Details | Raw Unified | Return to bug 16612
Collapse All | Expand All

(-)a/admin/categories.pl (-3 / +8 lines)
Lines 95-102 elsif ( $op eq 'add_validate' ) { Link Here
95
95
96
    my $is_a_modif = $input->param("is_a_modif");
96
    my $is_a_modif = $input->param("is_a_modif");
97
97
98
    if ( $enrolmentperioddate ) {
98
    if ($enrolmentperioddate) {
99
        $enrolmentperioddate = output_pref({ dt => dt_from_string($enrolmentperioddate), dateformat => 'iso' });
99
        $enrolmentperioddate = output_pref(
100
            {
101
                dt         => dt_from_string($enrolmentperioddate),
102
                dateformat => 'iso',
103
                dateonly   => 1,
104
            }
105
        );
100
    }
106
    }
101
107
102
    if ($is_a_modif) {
108
    if ($is_a_modif) {
103
- 

Return to bug 16612