Skip to content

Instantly share code, notes, and snippets.

@LasseRafn
Created April 22, 2018 21:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<?php
switch($x) {
case 138:
$activeCell = "Efterårssemesteret 2018";
break;
case 137:
$activeCell = "Forårssemesteret 2018";
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment