alecpl
2008-09-19 d4273b8990d56394623e713a0696ec27545bccc7
- support variables of type 'cookie' (for feature use)


1 files modified
3 ■■■■■ changed files
program/include/rcube_template.php 3 ●●●●● patch | view | raw | blame | history
program/include/rcube_template.php
@@ -639,6 +639,9 @@
                    case 'session':
                        $value = $_SESSION[$name];
                        break;
                    case 'cookie':
                        $value = htmlspecialchars($_COOKIE[$name]);
                        break;
                }
                if (is_array($value)) {