fixed bug #472858 - Dump error, thanks to Thomas Baehr

This commit is contained in:
Loïc Chapeaux
2001-10-19 19:25:15 +00:00
parent 2b1f798b72
commit e86345bf11
2 changed files with 4 additions and 2 deletions

View File

@@ -13,7 +13,9 @@ $Source$
* Documentation.txt: updated.
* common.lib.php3, lines 675 & 687-689: changed font size for IE6 (because
the xml declaration has been cleaned up).
* main.php3, lines 149 & 462: cosmetic changes.
* main.php3, lines 149 & 462: cosmetic changes.
* libraries/build_dump.lib.php, line 317: fixed bug #472858 - Dump error,
thanks to Thomas Baehr.
* lang/czech-*.inc.php3: fixed an other typo, thanks to Michal Cihar.
2001-10-18 Lo<4C>c Chapeaux <lolo@phpheaven.net>

View File

@@ -314,7 +314,7 @@ if (!defined('__LIB_BUILD_DUMP__')){
for ($j = 0; $j < $fields_cnt; $j++) {
if (!isset($row[$j])) {
$schema_insert .= ' NULL,';
$schema_insert .= ' NULL, ';
} else if ($row[$j] != '') {
$type = mysql_field_type($result, $j);
// a number