CC-4430: Block: Please don't count the removed files in when calculating how many files meet the criteria

- CRLF fix
This commit is contained in:
James 2012-09-13 17:06:44 -04:00
parent d2f0b10552
commit 43503475fd
1 changed files with 2 additions and 2 deletions

View File

@ -1297,8 +1297,8 @@ SQL;
$i++;
}
}
// check if file exists
// check if file exists
$qry->add("file_exists", "true", Criteria::EQUAL);
$qry->addAscendingOrderByColumn('random()');
}