From: Evan Prodromou Date: Tue, 24 Jun 2008 03:00:34 +0000 (-0400) Subject: switch order for checkbox, instructio X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=91a35989724ad4dd4b6f283834851f4146816b6a;p=quix0rs-gnu-social.git switch order for checkbox, instructio darcs-hash:20080624030034-34904-bdcb6197d2050bc37f9daaf6f849aed5890bce53.gz --- diff --git a/lib/util.php b/lib/util.php index 2fa8e9f955..df2a7218bc 100644 --- a/lib/util.php +++ b/lib/util.php @@ -319,8 +319,7 @@ function common_input($id, $label, $value=NULL,$instructions=NULL) { common_element_end('p'); } -function common_checkbox($id, $label, $value='true', - $instructions=NULL) +function common_checkbox($id, $label, $instructions=NULL, $value='true') { common_element_start('p'); $attrs = array('name' => $id,