|
From: Jirka P. <fi...@us...> - 2002-06-26 16:15:42
|
Update of /cvsroot/phpbt/phpbt/inc/db In directory usw-pr-cvs1:/tmp/cvs-serv26235/phpbt/inc/db Modified Files: pgsql.php Log Message: Is this the final fix? Index: pgsql.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/pgsql.php,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pgsql.php 26 Jun 2002 13:49:34 -0000 1.13 +++ pgsql.php 26 Jun 2002 16:15:38 -0000 1.14 @@ -136,7 +136,7 @@ 'left join '.TBL_RESOLUTION.' resolution on b.resolution_id = resolution.resolution_id '. 'left join '.TBL_DATABASE.' on b.database_id = '.TBL_DATABASE.'.database_id '. 'left join '.TBL_VERSION.' version2 on b.to_be_closed_in_version_id = version2.version_id '. - 'left join '.TBL_VERSION.' version3 on b.closed_id_version_id = version3.version_id, '. + 'left join '.TBL_VERSION.' version3 on b.closed_in_version_id = version3.version_id, '. TBL_SEVERITY.' severity, '.TBL_STATUS.' status, '.TBL_OS.' os, '. TBL_VERSION.' version, '.TBL_COMPONENT.' component, '.TBL_PROJECT.' project '. 'where b.severity_id = severity.severity_id '. |