mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 07:04:57 +00:00
redirect to correct url after adding event
This commit is contained in:
parent
b9546c2fce
commit
8751a9cb26
|
@ -71,6 +71,6 @@ if (is_bool($res) && !$res) {
|
|||
|
||||
add_log_line("?name=".$name."&from=".$from."&to=".$to);
|
||||
|
||||
header("Location:../out/out.Calendar.php?mode=w&day=".$_POST["fromday"]."&year=".$_POST["fromyear"]."&month=".$_POST["frommonth"]);
|
||||
header("Location:../out/out.Calendar.php?mode=w&day=".date('d', $from)."&year=".date('Y', $from)."&month=".date('m', $from));
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user