[otrs-cvs] Survey/Kernel/System Survey.pm,1.72,1.72.2.1
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/Survey/Kernel/System
In directory lancelot:/tmp/cvs-serv6529/Kernel/System
Modified Files:
Tag: rel-2_1
Survey.pm
Log Message:
Removed Codemarker.
Author: jh
Index: Survey.pm
===================================================================
RCS file: /home/cvs/Survey/Kernel/System/Survey.pm,v
retrieving revision 1.72
retrieving revision 1.72.2.1
diff -2 -u -d -r1.72 -r1.72.2.1
--- Survey.pm 21 Nov 2012 10:59:54 -0000 1.72
+++ Survey.pm 22 Nov 2012 14:34:09 -0000 1.72.2.1
@@ -599,16 +599,10 @@
while ( my @Row = $Self->{DBObject}->FetchrowArray() ) {
my %Data;
- $Data{QuestionID} = $Row[0];
- $Data{SurveyID} = $Row[1];
- $Data{Question} = $Row[2];
- $Data{Type} = $Row[3];
-
- # ---
- # AnswerReqruired
- # ---
+ $Data{QuestionID} = $Row[0];
+ $Data{SurveyID} = $Row[1];
+ $Data{Question} = $Row[2];
+ $Data{Type} = $Row[3];
$Data{AnswerRequired} = $Row[4];
- # ---
-
push @List, \%Data;
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log