Check before commit!

This commit is contained in:
Michal Čihař
2006-11-17 08:49:22 +00:00
parent 1042770109
commit 3ce5fa581f
24 changed files with 165 additions and 188 deletions

View File

@@ -25,7 +25,6 @@ if (!@function_exists('session_name')) {
// (do not use & for parameters sent by header)
header('Location: error.php'
. '?lang=' . urlencode($available_languages[$lang][2])
. '&charset=' . urlencode($charset)
. '&dir=' . urlencode($text_dir)
. '&type=' . urlencode($strError)
. '&error=' . urlencode(sprintf($strCantLoad, 'session')));