Bugzilla – Attachment #35614: Bug 12860: the export tools explodes if a field is not exported for
bug #12860
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 12860
Collapse All
|
Expand All
(-)
a/tools/export.pl (-2 / +1 lines)
Lines 393-399 if ( $op eq "export" ) {
Link Here
393
}
393
}
394
}
394
}
395
else {
395
else {
396
$record->delete_fields($field);
396
$record->delete_fields($record->field($field));
397
}
397
}
398
}
398
}
399
}
399
}
400
-
Return to
bug 12860