git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f35bb30
)
feed-browser: search when arch is selected and no package name provided
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 5 Jul 2007 16:33:34 +0000
(16:33 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Thu, 5 Jul 2007 16:33:34 +0000
(16:33 +0000)
contrib/feed-browser/index.php
patch
|
blob
|
history
diff --git
a/contrib/feed-browser/index.php
b/contrib/feed-browser/index.php
index
fe67469
..
e513c73
100644
(file)
--- a/
contrib/feed-browser/index.php
+++ b/
contrib/feed-browser/index.php
@@
-54,7
+54,7
@@
elseif(!empty($pkgname))
{
$ipkgoutput = pkgdetails($pkgname);
}
-elseif(!empty($pkgsearch))
+elseif(!empty($pkgsearch)
OR !empty($arch)
)
{
$ipkgoutput = searchpkg("%{$pkgsearch}%", $arch);
}