[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 21 Jul 2006 08:59:30 -0000
albertel Fri Jul 21 04:59:30 2006 EDT
Modified files:
/loncom/interface lonhtmlcommon.pm
Log:
- commenting out the fom links until the fom has had a going over
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.144 loncom/interface/lonhtmlcommon.pm:1.145
--- loncom/interface/lonhtmlcommon.pm:1.144 Tue Jul 18 17:55:24 2006
+++ loncom/interface/lonhtmlcommon.pm Fri Jul 21 04:59:30 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.144 2006/07/18 21:55:24 albertel Exp $
+# $Id: lonhtmlcommon.pm,v 1.145 2006/07/21 08:59:30 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1264,9 +1264,9 @@
$bug = $last->{'bug'} if (exists($last->{'bug'}));
$help = $last->{'help'} if (exists($last->{'help'}));
$component_help=($component_help?$component_help:$help);
- if ($faq ne '') {
- $icons .= &Apache::loncommon::help_open_faq($faq);
- }
+# if ($faq ne '') {
+# $icons .= &Apache::loncommon::help_open_faq($faq);
+# }
# if ($bug ne '') {
# $icons .= &Apache::loncommon::help_open_bug($bug);
# }