Bugzilla – Attachment #44303: [SIGNED-OFF]Bug 15079 - Batch Delete Records Error for
bug #15079
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 15079
Collapse All
|
Expand All
(-)
a/tools/batch_delete_records.pl (-2 / +1 lines)
Lines 169-175 if ( $op eq 'form' ) {
Link Here
169
error => ($@ ? $@ : $error),
169
error => ($@ ? $@ : $error),
170
};
170
};
171
$dbh->rollback;
171
$dbh->rollback;
172
next BIBLIONUMBER;
172
next RECORD_IDS;
173
}
173
}
174
}
174
}
175
175
176
-
Return to
bug 15079