Minor - Added default case in switch()

skala
Yannick Warnier 13 years ago
parent 843fe19b5f
commit b6621842cd
  1. 2
      plugin/bbb/listing.php

@ -64,6 +64,8 @@ if ($teacher) {
case 'unpublish': case 'unpublish':
//$result = $bbb->unpublish_meeting($_GET['id']); //$result = $bbb->unpublish_meeting($_GET['id']);
break; break;
default:
break;
} }
} }

Loading…
Cancel
Save