[Rt-commit] [svn] r1880 - in rt/branches/3.3-TESTING: . bin

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Sat Nov 13 00:11:58 EST 2004


Author: jesse
Date: Sat Nov 13 00:11:58 2004
New Revision: 1880

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/bin/standalone_httpd.in
   rt/branches/3.3-TESTING/bin/webmux.pl.in
Log:
 r9220 at tinbook:  jesse | 2004-11-13T02:42:34.101313Z
 Those variables need to have the RT namespace.
 
 
 


Modified: rt/branches/3.3-TESTING/bin/standalone_httpd.in
==============================================================================
--- rt/branches/3.3-TESTING/bin/standalone_httpd.in	(original)
+++ rt/branches/3.3-TESTING/bin/standalone_httpd.in	Sat Nov 13 00:11:58 2004
@@ -157,7 +157,7 @@
 
             DBIx::SearchBuilder::Record::Cachable->FlushCache
               if (
-                $WebFlushDbCacheEveryRequest
+                $RT::WebFlushDbCacheEveryRequest
                 and UNIVERSAL::can(
                     'DBIx::SearchBuilder::Record::Cachable' => 'FlushCache'
                 )

Modified: rt/branches/3.3-TESTING/bin/webmux.pl.in
==============================================================================
--- rt/branches/3.3-TESTING/bin/webmux.pl.in	(original)
+++ rt/branches/3.3-TESTING/bin/webmux.pl.in	Sat Nov 13 00:11:58 2004
@@ -136,7 +136,7 @@
 
     DBIx::SearchBuilder::Record::Cachable->FlushCache
       if (
-        $WebFlushDbCacheEveryRequest
+        $RT::WebFlushDbCacheEveryRequest
         and UNIVERSAL::can(
             'DBIx::SearchBuilder::Record::Cachable' => 'FlushCache'
         )


More information about the Rt-commit mailing list