summaryrefslogtreecommitdiff
path: root/rt/lib/RT/CustomFieldValue_Overlay.pm
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2006-08-23 22:25:40 +0000
committercvs2git <cvs2git>2006-08-23 22:25:40 +0000
commit58d093219cf60264550b8c34649d9f3190eda042 (patch)
tree10418dd70b52416a5f52da8e17d8e282d914595d /rt/lib/RT/CustomFieldValue_Overlay.pm
parent3ce7691203a7737406bf2d4442f7fd84b81f847e (diff)
This commit was manufactured by cvs2svn to create tagAFTER_FINAL_MASONIZE
'AFTER_FINAL_MASONIZE'.
Diffstat (limited to 'rt/lib/RT/CustomFieldValue_Overlay.pm')
-rw-r--r--rt/lib/RT/CustomFieldValue_Overlay.pm19
1 files changed, 0 insertions, 19 deletions
diff --git a/rt/lib/RT/CustomFieldValue_Overlay.pm b/rt/lib/RT/CustomFieldValue_Overlay.pm
deleted file mode 100644
index 322e58b1f..000000000
--- a/rt/lib/RT/CustomFieldValue_Overlay.pm
+++ /dev/null
@@ -1,19 +0,0 @@
-use warnings;
-use strict;
-
-package RT::CustomFieldValue;
-
-no warnings qw/redefine/;
-
-
-=head2 ValidateName
-
-Override the default ValidateName method that stops custom field values
-from being integers.
-
-=cut
-
-
-sub ValidateName { 1 };
-
-1;