mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-16180 fixing up typo in mnet services hack
This commit is contained in:
parent
b91b274b92
commit
85594fa240
@ -44,7 +44,7 @@ print_simple_box_start("center", "");
|
||||
echo $breakstring;
|
||||
?>
|
||||
<input type="hidden" name="exists[<?php echo $version['serviceid']; ?>]" value="1" />
|
||||
<?php if ($name == 'pf_out') { // see MDL-16269 ?>
|
||||
<?php if ($name == 'pf') { // see MDL-16269 ?>
|
||||
<input type="hidden" name="publish[<?php echo $version['serviceid']; ?>]" value="0" />
|
||||
<?php } else { ?>
|
||||
<input type="checkbox" name="publish[<?php echo $version['serviceid']; ?>]" <?php echo (!empty($version['I_publish']))? 'checked="checked" ': '' ; ?>/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user