fixed bad id of <option>
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-03-19 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* tbl_properties_operations.php3: fixed bad id of option (#706147).
|
||||
|
||||
2003-03-18 Garvin Hicking <me@supergarv.de>
|
||||
* libraries/display_export.lib.php3: Fixed variable usage.
|
||||
* lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
|
||||
|
@@ -173,8 +173,8 @@ for ($i = 0; $i < $num_dbs; $i++) {
|
||||
<label for="radio_copy_structure"><?php echo $strStrucOnly; ?></label> <br />
|
||||
<input type="radio" name="what" value="data" id="radio_copy_data" />
|
||||
<label for="radio_copy_data"><?php echo $strStrucData; ?></label> <br />
|
||||
<input type="radio" name="what" value="dataonly" id="radio_copy_data" />
|
||||
<label for="radio_copy_data"><?php echo $strDataOnly; ?></label> <br />
|
||||
<input type="radio" name="what" value="dataonly" id="radio_copy_dataobnly" />
|
||||
<label for="radio_copy_dataonly"><?php echo $strDataOnly; ?></label> <br />
|
||||
<input type="checkbox" name="drop_if_exists" value="true" id="checkbox_drop" />
|
||||
<label for="checkbox_drop"><?php echo $strStrucDrop; ?></label>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user