From c32f344b9d7a2d22a8f37f60d53030436a3d3732 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 31 May 2024 19:27:12 +0100 Subject: [PATCH] formatting? --- functions.inc.php | 2 +- scripts/examples/vacation-cron.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.inc.php b/functions.inc.php index 4681d74c..82281193 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -874,7 +874,7 @@ function encode_header($string, $default_charset = "utf-8") } } break; - # end switch + # end switch } } if ($enc_init) { diff --git a/scripts/examples/vacation-cron.php b/scripts/examples/vacation-cron.php index 4b59a4fd..175eaa3a 100644 --- a/scripts/examples/vacation-cron.php +++ b/scripts/examples/vacation-cron.php @@ -7,7 +7,7 @@ * finds one that's expired, it should update the alias record to remove the autoreply alias, as well as deactivating the vacation entry. * @see https://github.com/postfixadmin/postfixadmin/issues/832 * - * How you link it into your cron routine is up to you - you 'could' have an entry in /etc/cron.hourly/postfixadmin that contains something like : + * How you link it into your cron routine is up to you - you 'could' have an entry in /etc/cron.hourly/postfixadmin that contains something like : * * #!/bin/bash * cd /path/to/postfixadmin/scripts/examples