Removed last references to deprecated "lastUpdated"
This commit is contained in:
parent
fda03a0e63
commit
8d18842efa
3 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue