View | Details | Raw Unified | Return to bug 108832
Collapse All | Expand All

(-)phppgadmin/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	phppgadmin
8
PORTNAME=	phppgadmin
9
PORTVERSION=	4.1
9
PORTVERSION=	4.1
10
PORTREVISION=	1
10
CATEGORIES=	databases www
11
CATEGORIES=	databases www
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)phppgadmin/files/patch-classes-database-Postgres81.php (+11 lines)
Line 0 Link Here
1
--- classes/database/Postgres81.php.orig	Tue Feb  6 14:00:38 2007
2
+++ classes/database/Postgres81.php	Tue Feb  6 14:01:02 2007
3
@@ -83,7 +83,7 @@ class Postgres81 extends Postgres80 {
4
 		if (isset($conf['owned_only']) && $conf['owned_only'] && !$this->isSuperUser($server_info['username'])) {
5
 			$username = $server_info['username'];
6
 			$this->clean($username);
7
-			$clause = " AND pu.usename='{$username}'";
8
+			$clause = " AND pr.rolname='{$username}'";
9
 		}
10
 		else $clause = '';
11
 

Return to bug 108832