Corrected purge table column names
This commit is contained in:
parent
178c6340a9
commit
f49c79eed4
3 changed files with 7 additions and 6 deletions
|
|
@ -808,8 +808,9 @@ sub www_listSubscriptionCodes {
|
|||
|
||||
my ($p, $codes, $output, $where, $ops, $delete);
|
||||
return $session->privilege->insufficient unless $self->canEdit;
|
||||
|
||||
$session->errorHandler->warn(1);
|
||||
my $dcStart = $session->form->date('dcStart');
|
||||
$session->errorHandler->warn(2);
|
||||
my $dcStop = $session->datetime->addToTime($session->form->date('dcStop'), 23, 59);
|
||||
my $duStart = $session->form->date('duStart');
|
||||
my $duStop = $session->datetime->addToTime($session->form->date('duStop'), 23, 59);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue