[otrs-cvs] CVS: ITSMCMDB/Kernel/Config/Files ITSMCMDB.pm,1.24,1.25

cvs-log at otrs.org cvs-log at otrs.org
Fri Nov 3 14:33:10 CET 2006


Update of /home/cvs/ITSMCMDB/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv14565/Kernel/Config/Files

Modified Files:
	ITSMCMDB.pm 
Log Message:
added init version of RegExp and Required feature of elements

Index: ITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Config/Files/ITSMCMDB.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** ITSMCMDB.pm	3 Nov 2006 11:42:38 -0000	1.24
--- ITSMCMDB.pm	3 Nov 2006 13:33:08 -0000	1.25
***************
*** 20,25 ****
              Type => 'Text',
              Size => 80,
          },
-         RegExp => '',
      },
      {
--- 20,26 ----
              Type => 'Text',
              Size => 80,
+             RegExp => '[A-z]',
[...1771 lines suppressed...]
              Type => 'CustomerSelect',
+             Required => 0,
          },
      },
      {
***************
*** 1743,1748 ****
              Type => 'TextArea',
              Size => 80,
          },
-         RegExp => '',
          Count => 1,
          CountDefault => 1,
--- 1870,1875 ----
              Type => 'TextArea',
              Size => 80,
+             Required => 0,
          },
          Count => 1,
          CountDefault => 1,



More information about the cvs-log mailing list