From: Brenda Wallace Date: Sun, 13 Sep 2009 06:31:44 +0000 (+1200) Subject: fixed up curly brackets and spaces around for, if, else X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f5b7ea739660cf15abb92f534b30fc1cfd5e07c6;p=quix0rs-gnu-social.git fixed up curly brackets and spaces around for, if, else --- diff --git a/install.php b/install.php index 787edb20f0..30c6780abc 100644 --- a/install.php +++ b/install.php @@ -334,7 +334,7 @@ function showLibs() global $external_libraries; $present_libraries=array(); $absent_libraries=array(); - foreach ($external_libraries as $external_library){ + foreach ($external_libraries as $external_library) { if (haveExternalLibrary($external_library)) { $present_libraries[]=$external_library; } else { @@ -352,22 +352,21 @@ function showLibs()

Absent Libraries