diff options
author | ivan <ivan> | 2007-06-20 22:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-06-20 22:35:56 +0000 |
commit | ba4b55076ac9bf1a7f213db3f25e4a8809d20622 (patch) | |
tree | 5bfd24b7c55a18e5cf868edf28aa5e8acf9921ff /rt/etc | |
parent | d94b8139112b9e1bbfaf83a99ea802e6c6e8d611 (diff) |
add $RT::MyTicketsLength patch from spiritone, part of merging RT changes (#1661)
Diffstat (limited to 'rt/etc')
-rw-r--r-- | rt/etc/RT_SiteConfig.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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%%%'; |