strNoDrop
This commit is contained in:
@@ -12,6 +12,7 @@ $Source$
|
|||||||
* sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
|
* sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
|
||||||
is set to 'none', positively retain any user formatting for query
|
is set to 'none', positively retain any user formatting for query
|
||||||
output. (RFE #769219)
|
output. (RFE #769219)
|
||||||
|
* tbl_properties_structure.php3: fixed strNoDrop to strDrop
|
||||||
|
|
||||||
2003-07-28 Marc Delisle <lem9@users.sourceforge.net>
|
2003-07-28 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* sql.php3: bug 778899, could not create a bookmark
|
* sql.php3: bug 778899, could not create a bookmark
|
||||||
|
@@ -244,7 +244,7 @@ while ($row = PMA_mysql_fetch_array($fields_rs)) {
|
|||||||
} else {
|
} else {
|
||||||
$titles['Change'] = $strChange;
|
$titles['Change'] = $strChange;
|
||||||
$titles['Drop'] = $strDrop;
|
$titles['Drop'] = $strDrop;
|
||||||
$titles['NoDrop'] = $strNoDrop;
|
$titles['NoDrop'] = $strDrop;
|
||||||
$titles['Primary'] = $strPrimary;
|
$titles['Primary'] = $strPrimary;
|
||||||
$titles['Index'] = $strIndex;
|
$titles['Index'] = $strIndex;
|
||||||
$titles['Unique'] = $strUnique;
|
$titles['Unique'] = $strUnique;
|
||||||
|
Reference in New Issue
Block a user