diff --git a/ChangeLog b/ChangeLog index ab4db0ee6..e21cc768d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,10 +6,12 @@ $Id$ $Source$ 2001-08-20 Loïc Chapeaux - * tbl_properties.php3; tbl_dump.php3; lib.inc.php3; lang/*: fixed some bugs - with CSV exportations and added a Ms Excel CSV specific choice (because - we know Excel does not support in data). Thanks to - François . + * db_details.php3; tbl_properties.php3; tbl_dump.php3; lib.inc.php3; + lang/*: + - fixed some bugs with CSV exportations and added a Ms Excel CSV specific + choice (because we know Excel does not support in data). Thanks to + François . + - added an extended inserts option for dumps of data. 2001-08-19 Olivier Müller * db_readdump.php3: if file contains mutiple queries, only show this line: diff --git a/db_details.php3 b/db_details.php3 index 892aeeb27..ee633b8bb 100755 --- a/db_details.php3 +++ b/db_details.php3 @@ -458,6 +458,12 @@ if ($num_tables > 0) { + + > + + + + = 3.23 && intval(MYSQL_MINOR_VERSION) >= 6) { @@ -537,7 +543,7 @@ echo ' ' . ' ' . "\n"; - +
  • diff --git a/lib.inc.php3 b/lib.inc.php3 index bc304e451..f57e0ddb3 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -1347,9 +1347,10 @@ var errorMsg2 = ' 0 && isset($GLOBALS['extended_ins'])) { + $GLOBALS['tmp_buffer'] = ereg_replace(',([^,]*)$', ';\\1', $GLOBALS['tmp_buffer']); + } + return TRUE; } // end of the 'get_table_content_old()' function @@ -1692,6 +1721,7 @@ var errorMsg2 = '

    + +
    = 3.23 && intval(MYSQL_MINOR_VERSION) >= 6) {