whitespace change, no bug
git-svn-id: svn://10.0.0.236/trunk@240925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4c73eda982
commit
11694b1188
@ -431,7 +431,7 @@ nsNavHistoryExpire::FindVisits(PRTime aExpireThreshold, PRUint32 aNumToExpire,
|
||||
// Select moz_places records, including whether visited and whether the URI
|
||||
// is bookmarked or not.
|
||||
nsCAutoString sqlBase;
|
||||
sqlBase.AssignLiteral(
|
||||
sqlBase.AssignLiteral(
|
||||
"SELECT v.id, v.place_id, v.visit_date, h.url, h.favicon_id, h.hidden, "
|
||||
"(SELECT fk FROM moz_bookmarks WHERE fk = h.id) "
|
||||
"FROM moz_places h JOIN moz_historyvisits v ON h.id = v.place_id ");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user