X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ftemplate-functions.php;h=b838f086a07cb71373d4b43555cb7fa3ab1ac8b4;hp=37b557fb741e2579b534345888789b4deabab528;hb=5f25dbe2aab8c57f820caaf48708bef1dd56f417;hpb=803b63e8ceff7392a9eae4992dd6e59c1da247cd diff --git a/inc/template-functions.php b/inc/template-functions.php index 37b557fb74..b838f086a0 100644 --- a/inc/template-functions.php +++ b/inc/template-functions.php @@ -654,7 +654,7 @@ function compileRawCode ($code, $simple = false, $constants = true, $full = true } // -function addSelectionBox ($type, $default, $prefix = '', $id = '0', $class = 'register_select') { +function addSelectionBox ($type, $default, $prefix = '', $id = '0', $class = 'guest_select') { $OUT = ''; if ($type == 'yn') {