This commit is contained in:
andrey
2001-10-26 19:37:14 +00:00
parent 7e79a440de
commit ed15c856ce
2 changed files with 2 additions and 2 deletions

View File

@@ -630,7 +630,7 @@ class Smarty
$egpcs = array('e' => 'env',
'g' => 'get',
'p' => 'post',
'c' => 'cookie',
'c' => 'cookies',
's' => 'server');
$globals_map = array('get' => 'HTTP_GET_VARS',
'post' => 'HTTP_POST_VARS',

View File

@@ -630,7 +630,7 @@ class Smarty
$egpcs = array('e' => 'env',
'g' => 'get',
'p' => 'post',
'c' => 'cookie',
'c' => 'cookies',
's' => 'server');
$globals_map = array('get' => 'HTTP_GET_VARS',
'post' => 'HTTP_POST_VARS',