[Rt-commit] r3240 - in rt/branches/3.4-RELEASE: . lib
alexmv at bestpractical.com
alexmv at bestpractical.com
Thu Jun 23 16:57:51 EDT 2005
Author: alexmv
Date: Thu Jun 23 16:57:51 2005
New Revision: 3240
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT.pm.in
Log:
r4466 at zoq-fot-pik: chmrr | 2005-06-23 16:58:19 -0400
* Document Set() a little better
Modified: rt/branches/3.4-RELEASE/lib/RT.pm.in
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT.pm.in (original)
+++ rt/branches/3.4-RELEASE/lib/RT.pm.in Thu Jun 23 16:57:51 2005
@@ -112,8 +112,16 @@
=head2 LoadConfig
-Load RT's config file. First, go after the core config file.
-After that, go after the site config.
+Load RT's config file. First, the site configuration file
+(C<RT_SiteConfig.pm>) is loaded, in order to establish overall site
+settings like hostname and name of RT instance. Then, the core
+configuration file (C<RT_Config.pm>) is loaded to set fallback values
+for all settings; it bases some values on settings from the site
+configuration file.
+
+In order for the core configuration to not override the site's
+settings, the function C<Set> is used; it only sets values if they
+have not been set already.
=cut
More information about the Rt-commit
mailing list