fixed bug #472858 - Dump error, thanks to Thomas Baehr
This commit is contained in:
@@ -13,7 +13,9 @@ $Source$
|
|||||||
* Documentation.txt: updated.
|
* Documentation.txt: updated.
|
||||||
* common.lib.php3, lines 675 & 687-689: changed font size for IE6 (because
|
* common.lib.php3, lines 675 & 687-689: changed font size for IE6 (because
|
||||||
the xml declaration has been cleaned up).
|
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.
|
* lang/czech-*.inc.php3: fixed an other typo, thanks to Michal Cihar.
|
||||||
|
|
||||||
2001-10-18 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-10-18 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
|
@@ -314,7 +314,7 @@ if (!defined('__LIB_BUILD_DUMP__')){
|
|||||||
|
|
||||||
for ($j = 0; $j < $fields_cnt; $j++) {
|
for ($j = 0; $j < $fields_cnt; $j++) {
|
||||||
if (!isset($row[$j])) {
|
if (!isset($row[$j])) {
|
||||||
$schema_insert .= ' NULL,';
|
$schema_insert .= ' NULL, ';
|
||||||
} else if ($row[$j] != '') {
|
} else if ($row[$j] != '') {
|
||||||
$type = mysql_field_type($result, $j);
|
$type = mysql_field_type($result, $j);
|
||||||
// a number
|
// a number
|
||||||
|
Reference in New Issue
Block a user