--- loncom/interface/lonpreferences.pm 2006/04/10 18:59:30 1.80
+++ loncom/interface/lonpreferences.pm 2006/06/14 18:56:58 1.88
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Preferences
#
-# $Id: lonpreferences.pm,v 1.80 2006/04/10 18:59:30 albertel Exp $
+# $Id: lonpreferences.pm,v 1.88 2006/06/14 18:56:58 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -33,6 +33,7 @@
package Apache::lonpreferences;
use strict;
+use LONCAPA;
use Apache::Constants qw(:common);
use Apache::File;
use Crypt::DES;
@@ -107,7 +108,7 @@ sub wysiwygchanger {
my $switchoff=&mt('Disable WYSIWYG editor');
my $switchon=&mt('Enable WYSIWYG editor');
$r->print(<
+
-