Diff for /loncom/html/adm/helper/parameter.helper between versions 1.16 and 1.17

version 1.16, 2006/05/16 21:41:18 version 1.17, 2006/05/18 18:54:51
Line 149 Line 149
       <choice computer="section" nextstate="CHOOSE_SECTION">        <choice computer="section" nextstate="CHOOSE_SECTION">
          . . . for a particular <b>section</b></choice>           . . . for a particular <b>section</b></choice>
       <condition>        <condition>
         <clause>return 1 if (&Apache::loncommon::coursegroups())</clause>          <clause>return 1 if (&Apache::longroup::coursegroups())</clause>
         <choice computer="group" nextstate="CHOOSE_GROUP">          <choice computer="group" nextstate="CHOOSE_GROUP">
            . . . for a particular <b>group</b></choice>             . . . for a particular <b>group</b></choice>
       </condition>        </condition>

Removed from v.1.16  
changed lines
  Added in v.1.17


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