Author: jfthomps
Date: Wed May 6 21:08:30 2009
New Revision: 772427
URL: http://svn.apache.org/viewvc?rev=772427&view=rev
Log:
VCL-135
missed removing a few references to WRAP in the last checkin
Modified:
incubator/vcl/trunk/web/.ht-inc/userpreferences.php
incubator/vcl/trunk/web/.ht-inc/utils.php
Modified: incubator/vcl/trunk/web/.ht-inc/userpreferences.php
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/userpreferences.php?rev=772427&r1=772426&r2=772427&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/userpreferences.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/userpreferences.php Wed May 6 21:08:30 2009
@@ -556,10 +556,7 @@
$return["mapdrives"] = processInputVar("mapdrives" , ARG_NUMERIC,
$user["mapdrives"]);
$return["mapprinters"] = processInputVar("mapprinters" , ARG_NUMERIC,
$user["mapprinters"]);
$return["mapserial"] = processInputVar("mapserial" , ARG_NUMERIC,
$user["mapserial"]);
- if(array_key_exists('WRAP_USERID', $_SERVER) && ($user['unityid'] !=
$_SERVER["WRAP_USERID"]))
- $return["unityid"] = processInputVar("viewasuser" , ARG_STRING,
"{$user["unityid"]...@{$user['affiliation']}");
- else
- $return['unityid'] =
"{$user['unityid']...@{$user['affiliation']}";
+ $return['unityid'] = "{$user['unityid']...@{$user['affiliation']}";
if(! $checks) {
return $return;
Modified: incubator/vcl/trunk/web/.ht-inc/utils.php
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/web/.ht-inc/utils.php?rev=772427&r1=772426&r2=772427&view=diff
==============================================================================
--- incubator/vcl/trunk/web/.ht-inc/utils.php (original)
+++ incubator/vcl/trunk/web/.ht-inc/utils.php Wed May 6 21:08:30 2009
@@ -8184,8 +8184,6 @@
exit;
}
case 'shiblogout':
- setcookie("WRAP16", "", time() - 10, "/", COOKIEDOMAIN);
- setcookie("WRAP_REFERER", "", time() - 10, "/",
COOKIEDOMAIN);
setcookie("ITECSAUTH", "", time() - 10, "/",
COOKIEDOMAIN);
setcookie("VCLAUTH", "", time() - 10, "/",
COOKIEDOMAIN);
if($shibauthed) {