Forgot composer-sort and two instances of strip_article()

This commit is contained in:
ejurgensen
2013-12-05 22:46:12 +01:00
parent a102d3f138
commit 2765a12f76
2 changed files with 3 additions and 3 deletions

View File

@@ -1356,7 +1356,7 @@ db_query_start(struct query_params *qp)
break;
case Q_BROWSE_COMPOSERS:
ret = db_build_query_browse(qp, "composer", "composer", &query);
ret = db_build_query_browse(qp, "composer", "composer_sort", &query);
break;
default: