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

(-)a/admin/categorie.pl (-2 / +1 lines)
Lines 248-254 elsif ( $op eq 'add_validate' ) { Link Here
248
                BlockExpiredPatronOpacActions,
248
                BlockExpiredPatronOpacActions,
249
                default_privacy
249
                default_privacy
250
            )
250
            )
251
            VALUES (?,?,?,?,?,?,?,?,?,?,?,?)" );
251
            VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?)" );
252
        $sth->execute(
252
        $sth->execute(
253
            map { $input->param($_) } (
253
            map { $input->param($_) } (
254
                'categorycode',    'description',
254
                'categorycode',    'description',
255
- 

Return to bug 12454