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:
johnkeis
2003-02-12 22:04:23 +00:00
parent 79d776e796
commit 4772a75f01
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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,