Short doc

This commit is contained in:
Marc Delisle
2001-12-22 16:55:32 +00:00
parent 481179f785
commit c9421d3583

View File

@@ -333,7 +333,7 @@ else if (!defined('PMA_IDX_INCLUDED')
} // end for } // end for
?> ?>
</select>&nbsp; </select>&nbsp;
<?php echo PMA_showDocu('manual_Reference.html#ALTER_TABLE') . "\n"; ?> <?php echo PMA_showDocuShort('A/L/ALTER_TABLE.html') . "\n"; ?>
</td> </td>
</tr> </tr>
</table><br /> </table><br />
@@ -413,7 +413,7 @@ else if (!defined('PMA_IDX_INCLUDED')
<?php <?php
echo "\n"; echo "\n";
echo ' ' . $strIndexes . '&nbsp;:' . "\n"; echo ' ' . $strIndexes . '&nbsp;:' . "\n";
echo ' ' . PMA_showDocu('manual_MySQL_Optimization.html#MySQL_indexes') . '<br />' ."\n"; echo ' ' . PMA_showDocuShort('O/p/Optimising_Database_Structure.html') . '<br />' ."\n";
if ($idx_cnt > 0) { if ($idx_cnt > 0) {
?> ?>