mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove unused variable $dbh in pkgbase_display_details
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
1ff409874e
commit
c3bca45973
1 changed files with 0 additions and 2 deletions
|
@ -264,8 +264,6 @@ function pkgbase_get_details($base_id) {
|
|||
* @return void
|
||||
*/
|
||||
function pkgbase_display_details($base_id, $row, $SID="") {
|
||||
$dbh = DB::connect();
|
||||
|
||||
if (isset($row['error'])) {
|
||||
print "<p>" . $row['error'] . "</p>\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue