Fix bug causing only first file in a checkin to be picked up
git-svn-id: svn://10.0.0.236/trunk@137732 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -84,7 +84,7 @@ sub _grab_cache {
|
||||
((?:.(?!</(font|td|tr)>))*) # 9=description
|
||||
\s*(?:</\w+[^>]*>\s*)*)?
|
||||
}mgxi) {
|
||||
if (defined($8)) {
|
||||
if (defined($9)) {
|
||||
if (defined($description)) {
|
||||
$insert_sth->execute($bonsai_id, $checkin_date, $who, $files,
|
||||
$revisions, $size_plus, $size_minus,
|
||||
|
||||
@@ -84,7 +84,7 @@ sub _grab_cache {
|
||||
((?:.(?!</(font|td|tr)>))*) # 9=description
|
||||
\s*(?:</\w+[^>]*>\s*)*)?
|
||||
}mgxi) {
|
||||
if (defined($8)) {
|
||||
if (defined($9)) {
|
||||
if (defined($description)) {
|
||||
$insert_sth->execute($bonsai_id, $checkin_date, $who, $files,
|
||||
$revisions, $size_plus, $size_minus,
|
||||
|
||||
Reference in New Issue
Block a user