From 644b862287023d8e1119c5d1219b0ff7f8dcc424 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 3 Sep 2016 15:40:27 -0600 Subject: [PATCH] Update delete_recording.lua --- .../app/voicemail/resources/functions/delete_recording.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/install/scripts/app/voicemail/resources/functions/delete_recording.lua b/resources/install/scripts/app/voicemail/resources/functions/delete_recording.lua index ca7ab11713..db4bd10135 100644 --- a/resources/install/scripts/app/voicemail/resources/functions/delete_recording.lua +++ b/resources/install/scripts/app/voicemail/resources/functions/delete_recording.lua @@ -1,5 +1,5 @@ -- Part of FusionPBX --- Copyright (C) 2013 Mark J Crane +-- Copyright (C) 2013-2016 Mark J Crane -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -12,7 +12,7 @@ -- notice, this list of conditions and the following disclaimer in the -- documentation and/or other materials provided with the distribution. -- --- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, +-- THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, -- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY -- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -- AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,