[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 04 Oct 2007 19:59:18 -0000
raeburn Thu Oct 4 15:59:18 2007 EDT
Modified files:
/loncom/lonnet/perl lonnet.pm
Log:
Typo spotted by Guy.
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.919 loncom/lonnet/perl/lonnet.pm:1.920
--- loncom/lonnet/perl/lonnet.pm:1.919 Wed Oct 3 17:59:13 2007
+++ loncom/lonnet/perl/lonnet.pm Thu Oct 4 15:59:16 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network
# TCP networking package
#
-# $Id: lonnet.pm,v 1.919 2007/10/03 21:59:13 albertel Exp $
+# $Id: lonnet.pm,v 1.920 2007/10/04 19:59:16 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2185,12 +2185,12 @@
delete $courselogs{$crsid};
}
}
- $courseidbuffer{$coursehombuf{$crsid}}{$crsid} = (
+ $courseidbuffer{$coursehombuf{$crsid}}{$crsid} = {
'description' => &escape($coursedescrbuf{$crsid}),
'instcode' => &escape($courseinstcodebuf{$crsid}),
'type' => &escape($coursetypebuf{$crsid}),
'owner' => &escape($courseownerbuf{$crsid}),
- );
+ };
}
#
# Write course id database (reverse lookup) to homeserver of courses