]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
switch order for checkbox, instructio
authorEvan Prodromou <evan@controlezvous.ca>
Tue, 24 Jun 2008 03:00:34 +0000 (23:00 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Tue, 24 Jun 2008 03:00:34 +0000 (23:00 -0400)
darcs-hash:20080624030034-34904-bdcb6197d2050bc37f9daaf6f849aed5890bce53.gz

lib/util.php

index 2fa8e9f95504073390086d9195b8040b4070efb3..df2a7218bc3262b92ac1b6328c8a9ad941aff6ce 100644 (file)
@@ -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,