diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2010-01-10 22:01:29 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2010-01-10 22:01:29 +0000 |
commit | 1facdd0dce49142060a0c12b92bdec99ac4639e9 (patch) | |
tree | 50f3cbfe29fb9c68a2f16410cce12cd5f7c6b015 | |
parent | ef0945410b643c41c7503e033adc624e146cc1ca (diff) |
Fix organization search.
-rwxr-xr-x | frikanalen/cgi-bin/frontpage.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frikanalen/cgi-bin/frontpage.cgi b/frikanalen/cgi-bin/frontpage.cgi index b57c187..0909185 100755 --- a/frikanalen/cgi-bin/frontpage.cgi +++ b/frikanalen/cgi-bin/frontpage.cgi @@ -100,6 +100,7 @@ sub searchvids { } elsif ($organization) { $obj = $soap->SearchVideos( SOAP::Data->name('searcher' => { + 'PredefinedSearchType' => $searchtype, 'Organization' => $organization, 'Take' => 10000, } |