[otrs-cvs] otrs/Kernel/System DynamicField.pm,1.63,1.64
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv25768/Kernel/System
Modified Files:
DynamicField.pm
Log Message:
Fixed POD indentation.
Author: cr
Index: DynamicField.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/DynamicField.pm,v
retrieving revision 1.63
retrieving revision 1.64
diff -2 -u -d -r1.63 -r1.64
--- DynamicField.pm 20 Nov 2012 15:34:08 -0000 1.63
+++ DynamicField.pm 2 Jan 2013 12:35:59 -0000 1.64
@@ -1,5 +1,5 @@
# --
# Kernel/System/DynamicField.pm - DynamicFields configuration backend
-# Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
+# Copyright (C) 2001-2013 OTRS AG, http://otrs.org/
# --
# $Id$
@@ -242,15 +242,15 @@
$DynamicField = {
- ID => 123,
+ ID => 123,
InternalField => 0,
- Name => 'NameForField',
- Label => 'The label to show',
- FieldOrder => 123,
- FieldType => 'Text',
- ObjectType => 'Article',
- Config => $ConfigHashRef,
- ValidID => 1,
- CreateTime => '2011-02-08 15:08:00',
- ChangeTime => '2011-06-11 17:22:00',
+ Name => 'NameForField',
+ Label => 'The label to show',
+ FieldOrder => 123,
+ FieldType => 'Text',
+ ObjectType => 'Article',
+ Config => $ConfigHashRef,
+ ValidID => 1,
+ CreateTime => '2011-02-08 15:08:00',
+ ChangeTime => '2011-06-11 17:22:00',
};
@@ -829,14 +829,14 @@
},
{
- ID => 321,
+ ID => 321,
InternalField => 0,
- Name => 'fieldname',
- Label => 'It is not a label',
- FieldType => 'Text',
- ObjectType => 'Ticket',
- Config => $ConfigHashRef,
- ValidID => 1,
- CreateTime => '2010-09-11 10:08:00',
- ChangeTime => '2011-01-01 01:01:01',
+ Name => 'fieldname',
+ Label => 'It is not a label',
+ FieldType => 'Text',
+ ObjectType => 'Ticket',
+ Config => $ConfigHashRef,
+ ValidID => 1,
+ CreateTime => '2010-09-11 10:08:00',
+ ChangeTime => '2011-01-01 01:01:01',
},
...
---------------------------------------------------------------------
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