Search for assignee on caseruns was not returning right.

This commit is contained in:
ghendricks%novell.com 2007-02-07 22:31:47 +00:00
Родитель 355c767758
Коммит e0bbe29789
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -767,7 +767,7 @@ sub init {
}
else {
push(@supptables,
"INNER JOIN profiles AS map_$1 " .
"LEFT JOIN profiles AS map_$1 " .
"ON test_". $obj ."s.". $1 ." = map_$1.userid");
}
$f = "map_$1.login_name";