projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56a647c
)
Fix variable names
author
Chuck Hagenbuch
<chuck@horde.org>
Sat, 3 Jul 2010 04:37:43 +0000
(
00:37
-0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Sat, 3 Jul 2010 04:37:43 +0000
(
00:37
-0400)
framework/Core/lib/Horde.php
patch
|
blob
|
history
diff --git
a/framework/Core/lib/Horde.php
b/framework/Core/lib/Horde.php
index
aa2d326
..
08020b8
100644
(file)
--- a/
framework/Core/lib/Horde.php
+++ b/
framework/Core/lib/Horde.php
@@
-2031,7
+2031,7
@@
HTML;
static public function metaRefresh($time, $url)
{
if (!empty($time) && !empty($url)) {
- self::addMetaTag('refresh', $
refresh_time . ';url=' . $refresh_
url);
+ self::addMetaTag('refresh', $
time . ';url=' . $
url);
}
}