From ba4b55076ac9bf1a7f213db3f25e4a8809d20622 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 20 Jun 2007 22:35:56 +0000 Subject: add $RT::MyTicketsLength patch from spiritone, part of merging RT changes (#1661) --- rt/etc/RT_SiteConfig.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rt/etc') diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index affd36bb3..56d7e26c7 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -28,6 +28,8 @@ $RT::WebExternalAuth = 1; $RT::WebFallbackToInternal = 1; #no $RT::WebExternalAuto = 1; +$RT::MyTicketsLength = 10; + $RT::URI::freeside::IntegrationType = 'Internal'; $RT::URI::freeside::URL = '%%%FREESIDE_URL%%%'; -- cgit v1.2.1