From: dpvc v. a. <we...@ma...> - 2006-01-11 23:00:13
|
Log Message: ----------- Merge to HEAD (Don't scan templates/tmpEdit for pg files in the Library Browser). Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator/Instructor: SetMaker.pm Revision Data ------------- Index: SetMaker.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm,v retrieving revision 1.60 retrieving revision 1.61 diff -Llib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm -Llib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm -u -r1.60 -r1.61 --- lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm +++ lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm @@ -67,7 +67,7 @@ ## for additional problib buttons my %problib; ## filled in in global.conf my %ignoredir = ( - '.' => 1, '..' => 1, 'Library' => 1, 'CVS' => 1, + '.' => 1, '..' => 1, 'Library' => 1, 'CVS' => 1, 'tmpEdit' => 1, 'headers' => 1, 'macros' => 1, 'email' => 1, ); |