diff --git a/homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/miscAssis.php b/homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/miscAssis.php index 1c9e2cb..75b3924 100644 --- a/homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/miscAssis.php +++ b/homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/miscAssis.php @@ -109,14 +109,14 @@ return arrayKeyFilter( ); } -function echoThisOrThat($this, $that){ - echo( !empty($this) ? $this : $that ); +function echoThisOrThat($This, $that){ + echo( !empty($This) ? $This : $that ); } -function echoThisWhenThat($this, $that){ - if( !empty($that) ) echo( $this ); +function echoThisWhenThat($This, $that){ + if( !empty($that) ) echo( $This ); } -function thisWhenThat($this, $that){ +function thisWhenThat($This, $that){ if( empty($that) ) return ""; - return $this; + return $This; } ?> diff --git a/homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/wkKalender.php b/homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/wkKalender.php index b10df91..55c9c34 100644 --- a/homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/wkKalender.php +++ b/homepage/redesign2018/markdownExperiment/phpLib/cwsvJudo/wkKalender.php @@ -200,7 +200,7 @@ $htmlWkTableString = ""; "". "". "