Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildmaster/build-slaves.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/build-slaves.php b/buildmaster/build-slaves.php
index 0da5615..8efa131 100644
--- a/buildmaster/build-slaves.php
+++ b/buildmaster/build-slaves.php
@@ -70,7 +70,7 @@ $columns = array(
)
);
-$swowall=0;
+$showall=0;
if (array_key_exists("showall", $_GET) && $_GET["showall"] == "on") {
$showall=1;
}