Item9190: debugging statements are left in Validate.pm

pencil
Priority: Low
Current State: Closed
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: FormPlugin
Branches:
Reported By: DiabJerius
Waiting For:
Last Change By: ArthurClemens
There are a couple of debug statements which print to STDERR in FormPlugin/Validate.pm:

    197         ## Moron check...
    198         unless ($field) {
    199 print STDERR "no field\n";
    200             $Error =
    201 qq(Invalid arg "$_[$arg]" given to GetFormData(): No field name???);
    202             return;
    203         }

   254         my @values = $query->param ($field);
    255
    256 use Data::Dumper;
    257 print STDERR "----".$field."\n---".Dumper(%fields)."\n";
    258

-- DiabJerius - 23 Jun 2010

Validate.pm is no longer used.

-- ArthurClemens - 30 Apr 2011

 

ItemTemplate edit

Summary debugging statements are left in Validate.pm
ReportedBy DiabJerius
Codebase 1.0.9
SVN Range
AppliesTo Extension
Component FormPlugin
Priority Low
CurrentState Closed
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
Topic revision: r2 - 30 Apr 2011, ArthurClemens
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy