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