[Rt-commit] r2840 - in rt/branches/QUEBEC-EXPERIMENTAL: . etc

jesse at bestpractical.com jesse at bestpractical.com
Fri May 6 16:41:01 EDT 2005


Author: jesse
Date: Fri May  6 16:41:00 2005
New Revision: 2840

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_Config.pm.in
   rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_SiteConfig.pm
Log:
 r15834 at hualien:  jesse | 2005-05-06 16:34:27 -0400
  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/QUEBEC-EXPERIMENTAL/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_Config.pm.in	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_Config.pm.in	Fri May  6 16:41:00 2005
@@ -474,7 +474,7 @@
 #  * More to come
 #
 
-Set($DevelMode => '@RT_DEVEL_MODE@');
+Set($DevelMode, '@RT_DEVEL_MODE@');
 
 # }}}
 

Modified: rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_SiteConfig.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_SiteConfig.pm	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/etc/RT_SiteConfig.pm	Fri May  6 16:41:00 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