[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Jan 9 16:34:26 EST 2013
raeburn Wed Jan 9 21:34:26 2013 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- White space changes only.
- Eliminate blank lines added in rev. 1.174.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.186 loncom/interface/domainprefs.pm:1.187
--- loncom/interface/domainprefs.pm:1.186 Wed Jan 9 21:30:27 2013
+++ loncom/interface/domainprefs.pm Wed Jan 9 21:34:26 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.186 2013/01/09 21:30:27 raeburn Exp $
+# $Id: domainprefs.pm,v 1.187 2013/01/09 21:34:26 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -407,8 +407,6 @@
};
}
-
-
my @roles = ('student','coordinator','author','admin');
my @actions = &Apache::loncommon::get_env_multiple('form.actions');
&Apache::lonhtmlcommon::add_breadcrumb
@@ -492,7 +490,6 @@
}
}
}
-
&Apache::lonconfigsettings::display_choices($r,$phase,$context,\@prefs_order,\%prefs);
}
return OK;
@@ -554,7 +551,6 @@
my ($r,$dom,$confname,$phase,$action,$item,$settings) = @_;
my $rowtotal = 0;
my $output;
-
if ($action eq 'coursecategories') {
$output = &coursecategories_javascript($settings);
}
More information about the LON-CAPA-cvs
mailing list