[Xfce4-commits] <www:xfce-4.10> Change bundle apc names.
Nick Schermer
noreply at xfce.org
Mon Apr 9 00:14:01 CEST 2012
Updating branch refs/heads/xfce-4.10
to 49f8160e534c84404fda78da3a2ce3a56b81f6f8 (commit)
from c07a67e155e81381e8d6be788677a9ba8a50b24f (commit)
commit 49f8160e534c84404fda78da3a2ce3a56b81f6f8
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