[system] / trunk / webwork / system / cgi / cgi-scripts / profEditClasslistDB.pl Repository:
ViewVC logotype

Diff of /trunk/webwork/system/cgi/cgi-scripts/profEditClasslistDB.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 549 Revision 550
460 my $l2hDir = getCoursel2hDirectory(); 460 my $l2hDir = getCoursel2hDirectory();
461 my $tempDir = convertPath("${l2hDir}set${setName}/*-$psvn"); 461 my $tempDir = convertPath("${l2hDir}set${setName}/*-$psvn");
462 system ("rm -rf $tempDir"); 462 system ("rm -rf $tempDir");
463 # remove any dvipng images -- reuse the variable names 463 # remove any dvipng images -- reuse the variable names
464 $l2hDir = getCourseTempDirectory(); 464 $l2hDir = getCourseTempDirectory();
465 $tempDir = convertPath("${l2hDir}png/${setName}/*-$psvn-prob*"); 465 $tempDir = convertPath("${l2hDir}png/${setName}/$psvn");
466 system ("rm -rf $tempDir"); 466 system ("rm -rf $tempDir");
467 } 467 }
468 } 468 }
469 469
470 ## Next remove all the classlist data 470 ## Next remove all the classlist data

Legend:
Removed from v.549  
changed lines
  Added in v.550

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9