X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fcode-functions.php;h=95f1ea7a87ca3618f5e5688c257d88d60f8f1af4;hp=fd952f382a43f68347a85f3f2c03e2d7506f755a;hb=f928ad2bed60fa256d0641eaf6d2c027a2944688;hpb=5071030af40e69ca4284642f44758964e18f5be8 diff --git a/inc/code-functions.php b/inc/code-functions.php index fd952f382a..95f1ea7a87 100644 --- a/inc/code-functions.php +++ b/inc/code-functions.php @@ -53,9 +53,9 @@ function getCode ($key) { if (!isCodeSet($key)) { // Abort here trigger_error(sprintf("%s[%s:] Code %s is not set.", - __FUNCTION__, - __LINE__, - $key + __FUNCTION__, + __LINE__, + $key )); } // END - if