[Rt-commit] r2791 - in rt/branches/3.4-RELEASE: . etc
jesse at bestpractical.com
jesse at bestpractical.com
Tue Apr 19 22:00:57 EDT 2005
Author: jesse
Date: Tue Apr 19 22:00:57 2005
New Revision: 2791
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
Log:
r13990 at hualien: jesse | 2005-04-19 22:00:14 -0400
* Canonicalized => to , in the configuration file
They mean the same thing, but consistency is good.
Modified: rt/branches/3.4-RELEASE/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.4-RELEASE/etc/RT_Config.pm.in (original)
+++ rt/branches/3.4-RELEASE/etc/RT_Config.pm.in Tue Apr 19 22:00:57 2005
@@ -471,7 +471,7 @@
# * More to come
#
-Set($DevelMode => '@RT_DEVEL_MODE@');
+Set($DevelMode, '@RT_DEVEL_MODE@');
# }}}
Modified: rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm
==============================================================================
--- rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm (original)
+++ rt/branches/3.4-RELEASE/etc/RT_SiteConfig.pm Tue Apr 19 22:00:57 2005
@@ -14,6 +14,6 @@
#
# perl -C /opt/rt3/etc/RT_SiteConfig.pm
-Set( $rtname => 'example.com');
+Set( $rtname, 'example.com');
1;
More information about the Rt-commit
mailing list