[otrs-cvs] Survey/Kernel/System Survey.pm,1.72,1.73
"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-serv2859/Kernel/System
Modified Files:
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.73
diff -2 -u -d -r1.72 -r1.73
--- Survey.pm 21 Nov 2012 10:59:54 -0000 1.72
+++ Survey.pm 22 Nov 2012 14:22:11 -0000 1.73
@@ -599,15 +599,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