--- loncom/interface/lonpreferences.pm 2006/05/01 19:37:34 1.81
+++ 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.81 2006/05/01 19:37:34 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(<
+
-