Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=ab2e197cde417428b9f5004b928b4be5aaf88eab

commit ab2e197cde417428b9f5004b928b4be5aaf88eab
Author: Krisztian VASAS <[EMAIL PROTECTED]>
Date:   Mon Oct 8 13:15:04 2007 +0200

fwng: added missing if()

diff --git a/frugalware/packages.php b/frugalware/packages.php
index a5ccdd1..34c3cb0 100644
--- a/frugalware/packages.php
+++ b/frugalware/packages.php
@@ -181,7 +181,7 @@ function search_pkg()
$db->doClose();
res_show($res_set, 'p', $search);
}
-       elseif
+       elseif ( $res == -1 )
{
print '<h3>' . gettext( 'Error in the query, please change the searching 
conditions' ) . '</h3>';
$db->doClose();
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to