Diff for /loncom/interface/lonsyllabus.pm between versions 1.101 and 1.102

version 1.101, 2009/11/26 05:21:43 version 1.102, 2009/12/01 13:34:54
Line 409  ENDSCRIPT Line 409  ENDSCRIPT
                         }                          }
                     }                      }
                     if ($allowed) {                      if ($allowed) {
                         $r->print('<h3>'.$syllabusfields{$field}.                          if (!&Apache::lonfeedback::contains_block_html($urls)) {
                         &Apache::loncommon::help_open_topic('Syllabus_URLs').'</h3>');                               &Apache::lonfeedback::newline_to_br(\$urls);
                            }
                            &Apache::lontemplate::print_template($r, $syllabusfields{$field}.
                                     &Apache::loncommon::help_open_topic('Syllabus_URLs'), $urls,$allowed,'LC_Box');
                     } else {                      } else {
                         $r->print($message);                          $r->print($message);
                     }                      }

Removed from v.1.101  
changed lines
  Added in v.1.102


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>