removed instant access/lucky search
git-svn-id: http://yolanda.mister-muffin.de/svn@264 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
95306bdc8d
commit
d97a6c432f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ if($query->param('query'))
|
|||
{
|
||||
print $query->redirect("index.pl?warning=warning_no_results");
|
||||
}
|
||||
elsif((@{$page->{'results'}->{'result'}} == 1 or $query->param('lucky')) and (not $query->param('page') or $query->param('page') == 1))
|
||||
elsif((@{$page->{'results'}->{'result'}} == 1) and (not $query->param('page') or $query->param('page') == 1))
|
||||
{
|
||||
print $query->redirect($page->{'results'}->{'result'}[0]->{'rdf:RDF'}->{'cc:Work'}->{'dc:identifier'}[0]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue