X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fsetconfig.php;h=009c50dbf291061c4513c918341067780510fcd3;hb=0e439117a75698629c5066d0241ab41dc07b5ee1;hp=401dda0f2b81ab2927d0c551fe58b8ab5d95d3db;hpb=cd29d3d646379aa9a1352035973c8e379cc7f42b;p=quix0rs-gnu-social.git diff --git a/scripts/setconfig.php b/scripts/setconfig.php index 401dda0f2b..009c50dbf2 100755 --- a/scripts/setconfig.php +++ b/scripts/setconfig.php @@ -46,7 +46,7 @@ if (empty($args)) { foreach ($config as $section => $section_value) { foreach ($section_value as $setting => $value) { if (have_option('v', 'verbose') || !is_array($value)) { - # Don't print array's without the verbose flag + // Don't print array's without the verbose flag printf("%-20s %-20s %s\n", $section, $setting, var_export($value, true)); } }