Diff for /loncom/interface/groupboards.pm between versions 1.13 and 1.15

version 1.13, 2009/02/02 14:31:58 version 1.15, 2012/07/21 21:20:06
Line 1 Line 1
 # The LearningOnline Network  # The LearningOnline Network
 # Group Bulletin Boards Manager  # Group Bulletin Boards Manager
 #  #
   # $Id$
   #
 # Copyright Michigan State University Board of Trustees  # Copyright Michigan State University Board of Trustees
 #  #
 # This file is part of the LearningOnline Network with CAPA (LON-CAPA).  # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
Line 249  sub create_board { Line 251  sub create_board {
             $LONCAPA::map::resources[$newidx]=$bbtitle.':'.$newurl.              $LONCAPA::map::resources[$newidx]=$bbtitle.':'.$newurl.
                                                    ':false:normal:res';                                                     ':false:normal:res';
             push(@LONCAPA::map::order,$newidx);              push(@LONCAPA::map::order,$newidx);
             my ($errtext,$fatal)=&LONCAPA::map::storemap($allbbsmap,1);              my ($errtext,$fatal)=&LONCAPA::map::storemap($allbbsmap,1,1);
             if ($fatal) {              if ($fatal) {
                 $outcome = "error: failed to save discussion boards map - $errtext\n";                  $outcome = "error: failed to save discussion boards map - $errtext\n";
             } else {              } else {

Removed from v.1.13  
changed lines
  Added in v.1.15


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