[Rt-commit] [svn] r1080 - rt/trunk/lib

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Wed Jun 16 10:53:02 EDT 2004


Author: alexmv
Date: Wed Jun 16 10:53:01 2004
New Revision: 1080

Modified:
   rt/trunk/lib/RT.pm.in
Log:
RT-Ticket: 5696
RT-Status: resolved
RT-Update: correspond

 * Remove references to vendor config


Modified: rt/trunk/lib/RT.pm.in
==============================================================================
--- rt/trunk/lib/RT.pm.in	(original)
+++ rt/trunk/lib/RT.pm.in	Wed Jun 16 10:53:01 2004
@@ -33,7 +33,6 @@
 use vars qw($VERSION $System $SystemUser $Nobody $Handle $Logger
         $CORE_CONFIG_FILE
         $SITE_CONFIG_FILE
-        $VENDOR_CONFIG_FILE
         $BasePath
         $EtcPath
         $VarPath
@@ -94,7 +93,6 @@
 =item LoadConfig
 
 Load RT's config file. First, go after the core config file. 
-After that, try to load the vendor config.
 After that, go after the site config.
 
 =cut


More information about the Rt-commit mailing list