mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fixed link() putting domain at the end of the code and tring to fix some E-Mail folder problems
This commit is contained in:
parent
3f6aca3857
commit
07fb9f217f
@ -221,13 +221,14 @@
|
||||
} else {
|
||||
$url .= "?sessionid=" . $phpgw_info["user"]["sessionid"];
|
||||
$url .= "&kp3=" . $kp3;
|
||||
if ($extravars) {
|
||||
$url .= "&$extravars";
|
||||
}
|
||||
$url .= "&domain=" . $phpgw_info["user"]["domain"];
|
||||
if ($phpgw_info["flags"]["newsmode"]) {
|
||||
$url .= "&newsmode=on";
|
||||
}
|
||||
|
||||
if ($extravars) {
|
||||
$url .= "&$extravars";
|
||||
}
|
||||
}
|
||||
|
||||
// next line adds index.php when one is assumed since
|
||||
|
Loading…
Reference in New Issue
Block a user