removed redundant radio
override when length is 0, not visa versa
This commit is contained in:
@@ -245,7 +245,6 @@
|
||||
echo " <label class='radio'><input type='checkbox' name='db_create' value='1'";
|
||||
if($db_create=='1') { echo " checked='checked'"; }
|
||||
echo "/>Create the database</label>\n";
|
||||
echo " <label class='radio'><input type='checkbox' name='db_create_reuse_auth' value='1'";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user