[Xfce4-commits] <www:master> Change bundle apc names.

Nick Schermer noreply at xfce.org
Tue Apr 17 20:22:04 CEST 2012


Updating branch refs/heads/master
         to 047a8d5bb1850124ba64ba93f0ae0b3437bf72c5 (commit)
       from 65fa2f914200c461b09ca87e298866059b7a9495 (commit)

commit 047a8d5bb1850124ba64ba93f0ae0b3437bf72c5
Author: Nick Schermer <nick at xfce.org>
Date:   Mon Apr 9 00:11:53 2012 +0200

    Change bundle apc names.

 style/bundle.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/style/bundle.php b/style/bundle.php
index c53f04f..ab3df80 100644
--- a/style/bundle.php
+++ b/style/bundle.php
@@ -21,10 +21,10 @@ function write_header ($mtime)
 $have_apc = false;
 if (function_exists ('apc_fetch'))
   {
-    $buf = @apc_fetch ('wxo_css');
+    $buf = @apc_fetch ('wxo410_css');
     if ($buf != false)
       {
-        $mtime = @apc_fetch ('wxo_css_mtime');
+        $mtime = @apc_fetch ('wxo410_css_mtime');
         write_header ($mtime);
         echo $buf;
 
@@ -63,8 +63,8 @@ if ($have_apc)
   {
     $ttl = 3600; /* 1 hour */
 
-    @apc_store ('wxo_css', $buf, $ttl);
-    @apc_store ('wxo_css_mtime', $mtime, $ttl);
+    @apc_store ('wxo410_css', $buf, $ttl);
+    @apc_store ('wxo410_css_mtime', $mtime, $ttl);
   }
 
 ?>


More information about the Xfce4-commits mailing list