[LON-CAPA-cvs] cvs: modules /raeburn/register registrations.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 14 Apr 2008 16:05:52 -0000
raeburn Mon Apr 14 12:05:52 2008 EDT
Modified files:
/modules/raeburn/register registrations.pm
Log:
- Typos.
Index: modules/raeburn/register/registrations.pm
diff -u modules/raeburn/register/registrations.pm:1.5 modules/raeburn/register/registrations.pm:1.6
--- modules/raeburn/register/registrations.pm:1.5 Mon Apr 14 11:33:09 2008
+++ modules/raeburn/register/registrations.pm Mon Apr 14 12:05:50 2008
@@ -6,7 +6,7 @@
# privilege for an event can edit the contents of the registration
# form.
#
-# $Id: registrations.pm,v 1.5 2008/04/14 15:33:09 raeburn Exp $
+# $Id: registrations.pm,v 1.6 2008/04/14 16:05:50 raeburn Exp $
#
# Stuart P Raeburn
#
@@ -1357,12 +1357,12 @@
if ($event eq 'users conference') {
$dirname = 'conf'.$dirname;
} elsif ($event eq 'summer workshop') {
- $dirname = 'workshop.$dirname;
+ $dirname = 'workshop'.$dirname;
}
$path = '/home/helpdesk/web/events/'.$dirname.'/excel';
$url = '/events/'.$dirname.'/excel/'.$filename;
} else {
- $path = '/home/helpdesk/web/'.$webpath.'excel;
+ $path = '/home/helpdesk/web/'.$webpath.'excel';
$url = $webpath.'excel/'.$filename;
}
if (!-e $path) {