[LON-CAPA-cvs] cvs: loncom / lontrans.pm
raeburn
raeburn at source.lon-capa.org
Sun Aug 3 12:21:39 EDT 2025
raeburn Sun Aug 3 16:21:39 2025 EDT
Modified files:
/loncom lontrans.pm
Log:
- Coding style: consistency in adding key-value pairs to response header.
Index: loncom/lontrans.pm
diff -u loncom/lontrans.pm:1.41 loncom/lontrans.pm:1.42
--- loncom/lontrans.pm:1.41 Fri Jun 2 01:20:28 2023
+++ loncom/lontrans.pm Sun Aug 3 16:21:39 2025
@@ -1,7 +1,7 @@
# The LearningOnline Network
# URL translation for User Files
#
-# $Id: lontrans.pm,v 1.41 2023/06/02 01:20:28 raeburn Exp $
+# $Id: lontrans.pm,v 1.42 2025/08/03 16:21:39 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -145,7 +145,7 @@
} elsif ($r->args) {
$location .= '?'.$r->args;
}
- $r->header_out(Location => $location);
+ $r->headers_out->set(Location => $location);
return REDIRECT;
}
}
More information about the LON-CAPA-cvs
mailing list