[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator / CourseAdmin.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm

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

Revision 4518 Revision 4527
1################################################################################ 1################################################################################
2# WeBWorK Online Homework Delivery System 2# WeBWorK Online Homework Delivery System
3# Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/ 3# Copyright © 2000-2006 The WeBWorK Project, http://openwebwork.sf.net/
4# $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm,v 1.57 2006/08/14 18:21:52 sh002i Exp $ 4# $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/CourseAdmin.pm,v 1.58 2006/09/25 22:14:52 sh002i Exp $
5# 5#
6# This program is free software; you can redistribute it and/or modify it under 6# This program is free software; you can redistribute it and/or modify it under
7# the terms of either: (a) the GNU General Public License as published by the 7# the terms of either: (a) the GNU General Public License as published by the
8# Free Software Foundation; either version 2, or (at your option) any later 8# Free Software Foundation; either version 2, or (at your option) any later
9# version, or (b) the "Artistic License" which comes with this package. 9# version, or (b) the "Artistic License" which comes with this package.
25 25
26use strict; 26use strict;
27use warnings; 27use warnings;
28#use CGI qw(-nosticky ); 28#use CGI qw(-nosticky );
29use WeBWorK::CGI; 29use WeBWorK::CGI;
30use Data::Dumper;
31use File::Temp qw/tempfile/; 30use File::Temp qw/tempfile/;
32use WeBWorK::CourseEnvironment; 31use WeBWorK::CourseEnvironment;
33use IO::File; 32use IO::File;
34use WeBWorK::Debug; 33use WeBWorK::Debug;
35use WeBWorK::Utils qw(cryptPassword writeLog listFilesRecursive); 34use WeBWorK::Utils qw(cryptPassword writeLog listFilesRecursive);

Legend:
Removed from v.4518  
changed lines
  Added in v.4527

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9