[otrs-cvs] Survey/Kernel/System Survey.pm,1.62.2.5,1.62.2.6
"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-serv2019/Kernel/System
Modified Files:
Tag: rel-2_0
Survey.pm
Log Message:
Removed Codemarker.
Author: jh
Index: Survey.pm
===================================================================
RCS file: /home/cvs/Survey/Kernel/System/Survey.pm,v
retrieving revision 1.62.2.5
retrieving revision 1.62.2.6
diff -2 -u -d -r1.62.2.5 -r1.62.2.6
--- Survey.pm 21 Nov 2012 15:02:51 -0000 1.62.2.5
+++ Survey.pm 22 Nov 2012 14:20:26 -0000 1.62.2.6
@@ -597,15 +597,9 @@
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{AnswerRequired} = $Row[4];
-
- # ---
+ $Data{QuestionID} = $Row[0];
+ $Data{SurveyID} = $Row[1];
+ $Data{Question} = $Row[2];
+ $Data{Type} = $Row[3];
+ $Data{AnswerRequired} = $Row[4] || 0;
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