--- rat/client/Attic/code.html 2000/08/19 19:47:30 1.11
+++ rat/client/Attic/code.html 2000/08/24 15:04:44 1.12
@@ -9,7 +9,7 @@ Resource Assembly Tool
1/7,1/8,1/10,1/14,1/15,1/16,1/21,1/22,1/29,1/30,1/31,
2/2,2/3,2/10,2/12,2/13,2/14,2/15,2/17,2/18,2/19,2/20,2/21,2/22,
5/2,5/3,5/4,5/5,5/6,5/8,5/9,5/13,5/18,5/20,5/22,5/24,5/25,
-6/7,6/8,6/9,6/10,6/12,6/15,7/4,7/26,7/28,7/31,8/5,8/19
+6/7,6/8,6/9,6/10,6/12,6/15,7/4,7/26,7/28,7/31,8/5,8/19,8/24
Gerd Kortemeyer with Scott Harrison
-->
@@ -883,7 +883,8 @@ function delres (obj1,recon) {
thiscond+='('+outobjscond[k2]+')';
}
condnr=0;
- if (thiscond!='') { condnr=newcondition(thiscond,'normal'); }
+ if (thiscond!='') { condnr=newcondition(thiscond,'normal'); }
+ save();
joinres(inobjs[k],outobjs[k2],condnr);
}
}
@@ -1407,7 +1408,9 @@ function insertreslink(infostr) {
dellink(lnr);
newresource(rid,cid,'','','false','normal');
nobj=obj.length-1;
+ save();
joinres(fobj,nobj,cobj);
+ save();
joinres(nobj,tobj,0);
}
@@ -1427,7 +1430,9 @@ function insertcondlink(cid,lnr) {
dellink(lnr);
newresource(maxrow,cid,'','','false','normal');
nobj=obj.length-1;
+ save();
joinres(fobj,nobj,cobj);
+ save();
joinres(nobj,tobj,0);
}