File tree 1 file changed +2
-1
lines changed
lib/WeBWorK/ContentGenerator
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ###############################################################################
2
2
# WeBWorK Online Homework Delivery System
3
3
# Copyright © 2000-2007 The WeBWorK Project, http://openwebwork.sf.net/
4
- # $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/Hardcopy.pm,v 1.97 2007/09/12 15:05:07 glarose Exp $
4
+ # $CVSHeader: webwork2/lib/WeBWorK/ContentGenerator/Hardcopy.pm,v 1.98 2008/08/06 16:03:36 glarose Exp $
5
5
#
6
6
# This program is free software; you can redistribute it and/or modify it under
7
7
# the terms of either: (a) the GNU General Public License as published by the
@@ -993,6 +993,7 @@ sub write_problem_tex {
993
993
showHints => $showHints ? 1 : 0, # insure that this value is numeric
994
994
showSolutions => $showSolutions ? 1 : 0, # (or what? -sam)
995
995
processAnswers => $showCorrectAnswers ? 1 : 0,
996
+ permissionLevel => $db -> getPermissionLevel($userID )-> permission,
996
997
};
997
998
my $formFields = { };
998
999
if ( $versioned && $MergedProblem -> problem_id != 0 ) {
You can’t perform that action at this time.
0 commit comments