Merged changes up to 2.3.16 into unstable
[fa-stable.git] / includes / ui / ui_input.inc
index d9140d51d53655b10e6237ba3c884cad79cad676..a6537a83c8bd2a06ae407c980154ecaf1a6f3a6a 100644 (file)
@@ -891,7 +891,7 @@ function inactive_control_cell($id, $value, $table, $key)
                        get_post('Update')) && (check_value('Inactive'.$id) != $value)) {
                        update_record_status($id, !$value, $table, $key);
                }
-               echo '<td align="center">'. checkbox(null, $name, $value, true, '', "align='center'")
+               echo '<td align="center">'. checkbox(null, $name, $value, true, '')
                        . hidden("LInact[$id]", $value, false) . '</td>';       
        }
 }