Revert to revision 1002

git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1005 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou
2006-01-15 13:49:29 +00:00
parent 9d6404ad36
commit 71d78a813f
42 changed files with 358 additions and 256 deletions
+3 -3
View File
@@ -136,7 +136,7 @@ SELECT '.$conf['user_fields']['password'].' AS password
// redirection
$url = PHPWG_ROOT_PATH.'category.php?'.$_SERVER['QUERY_STRING'];
redirect($url);
redirect(add_session_id($url));
}
}
// +-----------------------------------------------------------------------+
@@ -198,9 +198,9 @@ $template->assign_vars(
'L_RETURN' => $lang['home'],
'L_RETURN_HINT' => $lang['home_hint'],
'U_RETURN' => PHPWG_ROOT_PATH.'category.php',
'U_RETURN' => add_session_id(PHPWG_ROOT_PATH.'category.php'),
'F_ACTION'=>$url_action,
'F_ACTION'=>add_session_id($url_action),
));
$blockname = 'template_option';