Skip to content

Instantly share code, notes, and snippets.

@LasseRafn
Created April 22, 2018 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LasseRafn/c74c6420f7d994b8d7211de1c6c459bb to your computer and use it in GitHub Desktop.
Save LasseRafn/c74c6420f7d994b8d7211de1c6c459bb to your computer and use it in GitHub Desktop.
<?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