This commit is contained in:
alta88 2009-06-09 08:44:04 -06:00
Родитель e415b25c7b
Коммит d132cc00dc
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -884,7 +884,7 @@ function SnowlQuery(aUri) {
this.queryID = this.queryUri.split(".id=")[1].split("&")[0];
this.queryName = this.queryUri.split("name=")[1].split("&")[0];
if (this.queryUri.indexOf("authors.id=") != -1) {
this.queryGroupIDColumn = "authors.id";
this.queryGroupIDColumn = "people.id";
this.queryTypeAuthor = true;
}
else if (this.queryUri.indexOf("sources.id=") != -1) {