diff --git a/ChangeLog b/ChangeLog index 89c784ba5..878bbdcc3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-05-23 Garvin Hicking + * db_details.php: Fixed broken file upload since redesign-patch. + 2004-05-20 Michal Čihař * many files: Little code reorganistaion (RFE #957308), removed some remaining php3 compatibility code in SQL parser. diff --git a/db_details.php b/db_details.php index 3ba3811ee..99331f8dc 100644 --- a/db_details.php +++ b/db_details.php @@ -65,15 +65,14 @@ $strHiddenFields = ' - + onsubmit="return checkSqlQuery(this)" name="sqlform"> ' . "\n"; $strErrorUploadDir.= ' ' . "\n"; echo ' ' . "\n"; }else{ - echo ' ' . "\n\n"; + echo ' ' . "\n\n"; } // end if (recoding) } // Bookmark Support @@ -242,7 +241,7 @@ if ($cfg['Bookmark']['db'] && $cfg['Bookmark']['table']) { echo '(' . $strDocu . '): '; } echo ' ' . "\n"; - echo '
- ' . htmlspecialchars($db) . ''; - // else use + // else use // $strDBLink = htmlspecialchars($db); echo ' ' . sprintf($strRunSQLQuery, $strDBLink) . ': ' . PMA_showMySQLDocu('Reference', 'SELECT'); @@ -112,7 +111,7 @@ if ($is_upload) {
  - '; // some browsers should respect this :) echo ' ' . PMA_generateHiddenMaxFileSize($max_upload_size) . "\n"; @@ -183,7 +182,7 @@ if (!empty($cfg['UploadDir'])) { // showing UploadDir Error at the end of all option for SQL-Queries $strErrorUploadDir = '
'; - if ($cfg['PropertiesIconic']){ + if ($cfg['PropertiesIconic']){ $strErrorUploadDir.= ''; } $strErrorUploadDir.= ' ' . $strError . '' . "\n"; @@ -217,7 +216,7 @@ if ($is_upload || $is_upload_dir) { echo '
'; + echo '
'; echo ' ' . "\n"; echo '  ' . "\n"; echo '  ' . "\n";