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