X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fadmin-inc.php;h=9ed9029b2232fc85bac0664a3fcda83bb3a737fb;hp=860301125b7522138f9a0cc3320a303c37177bf2;hb=def1c791b52a6b8b5891539387525c3736f3c24c;hpb=9a81d47194e78fb95bc6c46938784292d7d19cc3;ds=sidebyside diff --git a/inc/modules/admin/admin-inc.php b/inc/modules/admin/admin-inc.php index 860301125b..9ed9029b22 100644 --- a/inc/modules/admin/admin-inc.php +++ b/inc/modules/admin/admin-inc.php @@ -559,7 +559,7 @@ function adminSaveSettings (&$postData, $tableName = '_config', $whereStatement $skip = FALSE; // Now, walk through all entries and prepare them for saving - //* BUG: */ reportBug(__FUNCTION__, __LINE__, '
'.print_r(postRequestArray(),true).'
'); + //* BUG: */ reportBug(__FUNCTION__, __LINE__, '
'.print_r(postRequestArray(), TRUE).'
'); foreach ($postData as $id => $val) { // Process only formular field but not submit buttons ;) if ($id == 'ok') {