reverted the changes from seek3r, because the broke more then they did

repair
This commit is contained in:
Lars Kneschke 2001-01-09 16:48:08 +00:00
parent 5ab04f6cd0
commit abc91c7f3e

View File

@ -216,9 +216,12 @@
if (! $kp3)
$kp3 = $phpgw_info["user"]["kp3"];
if (! $url) { // PHP won't allow you to set a var to a var
$url_root = split ("/", $phpgw_info["server"]["webserver_url"]);
$url = $url_root[0]."//".$url_root[2].$PHP_SELF; // or function for default values
// PHP won't allow you to set a var to a var
// or function for default values
if (! $url) {
#$url_root = split ("/", $phpgw_info["server"]["webserver_url"]);
#$url = $url_root[0]."//".$url_root[2].$PHP_SELF;
$url = $PHP_SELF;
}
if (isset($phpgw_info["server"]["usecookies"]) &&