[LON-CAPA-cvs] cvs: rat /client code.html

www lon-capa-cvs@mail.lon-capa.org
Wed, 15 May 2002 18:48:54 -0000


www		Wed May 15 14:48:54 2002 EDT

  Modified files:              
    /rat/client	code.html 
  Log:
  Deeper recursion probably not needed with bugfix in place (last revision)
  
  
Index: rat/client/code.html
diff -u rat/client/code.html:1.54 rat/client/code.html:1.55
--- rat/client/code.html:1.54	Wed May 15 09:45:47 2002
+++ rat/client/code.html	Wed May 15 14:48:53 2002
@@ -4,7 +4,7 @@
 The LearningOnline Network
 Resource Assembly Tool
 //
-// $Id: code.html,v 1.54 2002/05/15 13:45:47 www Exp $
+// $Id: code.html,v 1.55 2002/05/15 18:48:53 www Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -2359,7 +2359,7 @@
           data2=objsort[j].split(':');
           dol=data1.length;
           dtl=data2.length;
-          if (dol+dtl<1000) {
+          if (dol+dtl<200) {
            for (kj=1;kj<dol;kj++) {
              if (data1[kj]==data2[0]) {
                 for (ij=1;ij<dtl;ij++) {