From 91a35989724ad4dd4b6f283834851f4146816b6a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 23 Jun 2008 23:00:34 -0400 Subject: switch order for checkbox, instructio darcs-hash:20080624030034-34904-bdcb6197d2050bc37f9daaf6f849aed5890bce53.gz --- lib/util.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/util.php b/lib/util.php index 2fa8e9f95..df2a7218b 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, -- cgit v1.2.3-54-g00ecf