[LON-CAPA-cvs] cvs: modules /albertel walk_course.pl
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 12 Oct 2006 18:26:14 -0000
albertel Thu Oct 12 14:26:14 2006 EDT
Modified files:
/modules/albertel walk_course.pl
Log:
- updated for new robot specs
Index: modules/albertel/walk_course.pl
diff -u modules/albertel/walk_course.pl:1.2 modules/albertel/walk_course.pl:1.3
--- modules/albertel/walk_course.pl:1.2 Tue Oct 10 17:53:28 2006
+++ modules/albertel/walk_course.pl Thu Oct 12 14:26:14 2006
@@ -14,7 +14,8 @@
my $home = &Apache::lonnet::homeserver($username,$domain);
my $cookie =
&Apache::loncommon::init_user_environment(undef, $username, $domain,
- $home);
+ $home, undef,
+ {'robot' => 'walkcourse',});
print(" got cookie $cookie \n");
print(" got seesion env? (".scalar(keys(%env)).")\n");
my ($furl,$ferr) =