From 53e9ee5683e287e50b8be3abf00660e8d8524c9d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 7 Sep 2019 01:08:48 -0600 Subject: [PATCH] Update voicemail_imports.php --- app/voicemails/voicemail_imports.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 +?>