[otrs-cvs] Survey/Kernel/System Survey.pm,1.62.2.4,1.62.2.5
"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-serv5752/Kernel/System
Modified Files:
Tag: rel-2_0
Survey.pm
Log Message:
Fixed some uninitialized values.
Author: jh
Index: Survey.pm
===================================================================
RCS file: /home/cvs/Survey/Kernel/System/Survey.pm,v
retrieving revision 1.62.2.4
retrieving revision 1.62.2.5
diff -2 -u -d -r1.62.2.4 -r1.62.2.5
--- Survey.pm 20 Nov 2012 14:44:10 -0000 1.62.2.4
+++ Survey.pm 21 Nov 2012 15:02:51 -0000 1.62.2.5
@@ -623,5 +623,5 @@
SurveyID => 10,
Question => 'The Question',
- AnswerRequired => 1, # or
+ AnswerRequired => 1, # or 0
Type => 'Radio',
);
---------------------------------------------------------------------
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