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

(-)a/members/memberentry.pl (-2 / +1 lines)
Lines 119-125 if ( $input->param('add_debarment') ) { Link Here
119
    $expiration =
119
    $expiration =
120
      $expiration
120
      $expiration
121
      ? output_pref(
121
      ? output_pref(
122
        { 'dt' => dt_from_string($expiration), 'dateformat' => 'iso' } )
122
        { 'dt' => dt_from_string($expiration), 'dateformat' => 'iso', 'dateonly' => 1 } )
123
      : undef;
123
      : undef;
124
124
125
    AddDebarment(
125
    AddDebarment(
126
- 

Return to bug 20008