Created
April 22, 2018 21:28
-
-
Save LasseRafn/c74c6420f7d994b8d7211de1c6c459bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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