Removed last references to deprecated "lastUpdated"

This commit is contained in:
Matthew Wilson 2005-10-14 19:26:40 +00:00
parent fda03a0e63
commit 8d18842efa
3 changed files with 4 additions and 3 deletions

View file

@ -300,7 +300,7 @@ sub getShortcutByCriteria {
# Add constraint only if it has been modified.
$sql .= " and ".$constraint if (($constraint ne $criteria) && $constraint ne "");
$sql .= " order by w.lastUpdated desc";
$sql .= " order by assetData.revisionDate desc";
# Execute the query with an unconditional read
my @ids;