diff -r ecf06a08d4d9 -r 2c5162224003 mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylistsongs.cpp --- a/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylistsongs.cpp Mon May 03 12:29:20 2010 +0300 +++ b/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylistsongs.cpp Fri Apr 30 19:33:32 2010 -0500 @@ -525,7 +525,7 @@ attributes.AppendL(KMPXMediaGeneralType); attributes.AppendL(KMPXMediaGeneralCategory); attributes.AppendL(KMPXMediaGeneralId); - + // cannot execute a joined query to the music table // because the song records in the music table may be on a different drive ExecuteMediaQueryL(attributes.Array(), aMediaArray, KQueryPlaylistSongsGetSongs, aPlaylistId); @@ -546,7 +546,7 @@ { MPX_DEBUG2("-->CMPXDbPlaylistSongs::GetSongsL(playlist 0x%x)", aPlaylistId); TBool valid(EFalse); - + RSqlStatement recordset(iDbManager.ExecuteSelectQueryL(KQueryPlaylistSongsGetSongsInfo, aPlaylistId)); CleanupClosePushL(recordset);