moveFolder does not work, suggested by bryner r=me NPOB

This commit is contained in:
beng%bengoodger.com 2005-11-27 22:06:55 +00:00
Родитель 43297313f3
Коммит 78fac8825c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -630,7 +630,7 @@ nsNavBookmarks::MoveFolder(PRInt64 aFolder, PRInt64 aNewParent, PRInt32 aIndex)
buffer.AppendInt(aNewParent);
buffer.AppendLiteral(", position = ");
buffer.AppendInt(aIndex);
buffer.AppendLiteral(" WHERE id = ");
buffer.AppendLiteral(" WHERE folder_child = ");
buffer.AppendInt(aFolder);
rv = dbConn->ExecuteSimpleSQL(buffer);