diff --git a/app/voicemails/voicemail_imports.php b/app/voicemails/voicemail_imports.php index c97966ac65..263122186e 100644 --- a/app/voicemails/voicemail_imports.php +++ b/app/voicemails/voicemail_imports.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018 + Portions created by the Initial Developer are Copyright (C) 2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -121,7 +121,7 @@ $schema[$i]['fields'][] = $field_name; } } - $i++; + $i++; } } } @@ -332,7 +332,7 @@ echo " ".$text['description-import']."\n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; //echo " \n"; echo " \n"; echo " \n"; @@ -427,4 +427,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>