X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fsetconfig.php;h=009c50dbf291061c4513c918341067780510fcd3;hb=c13fbfb2d22cda9c2af55fbc2456de622e89650f;hp=401dda0f2b81ab2927d0c551fe58b8ab5d95d3db;hpb=819d33210d298de74b64dc7ead79e9d9b223b12e;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)); } }