strNoDrop

This commit is contained in:
Garvin Hicking
2003-07-28 20:41:21 +00:00
parent 3f8e1f588e
commit 0a25f6f2b3
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ $Source$
* sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
is set to 'none', positively retain any user formatting for query
output. (RFE #769219)
* tbl_properties_structure.php3: fixed strNoDrop to strDrop
2003-07-28 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: bug 778899, could not create a bookmark

View File

@@ -244,7 +244,7 @@ while ($row = PMA_mysql_fetch_array($fields_rs)) {
} else {
$titles['Change'] = $strChange;
$titles['Drop'] = $strDrop;
$titles['NoDrop'] = $strNoDrop;
$titles['NoDrop'] = $strDrop;
$titles['Primary'] = $strPrimary;
$titles['Index'] = $strIndex;
$titles['Unique'] = $strUnique;