]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15875: Missing break; in switch
authorsam_marshall <sam_marshall>
Tue, 29 Jul 2008 13:33:14 +0000 (13:33 +0000)
committersam_marshall <sam_marshall>
Tue, 29 Jul 2008 13:33:14 +0000 (13:33 +0000)
backup/restorelib.php

index c822fa4c0f6be35708eebfce2b379d5b518d9a34..dd9dab17e9dfab8ea0ab3b23158787f692d9d8ad 100644 (file)
@@ -5629,6 +5629,7 @@ define('RESTORE_GROUPS_GROUPINGS', 3);
                             break;
                         case "GROUPMEMBERSONLY":
                             $this->info->tempmod->groupmembersonly = $this->getContents();
+                            break;
                         case "IDNUMBER":
                             $this->info->tempmod->idnumber = $this->getContents();
                             break;