|
From: Jirka P. <fi...@us...> - 2002-06-27 16:16:29
|
Update of /cvsroot/phpbt/phpbt/inc/db In directory usw-pr-cvs1:/tmp/cvs-serv24053/phpbt/inc/db Modified Files: pgsql.php Log Message: Empty spaces, what are we living for ... Index: pgsql.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/inc/db/pgsql.php,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- pgsql.php 26 Jun 2002 16:15:38 -0000 1.14 +++ pgsql.php 27 Jun 2002 16:16:25 -0000 1.15 @@ -79,7 +79,7 @@ 'left join '.TBL_RESOLUTION.' resolution on b.resolution_id = resolution.resolution_id, '. TBL_SEVERITY.' severity, '.TBL_STATUS.' status, '.TBL_OS.' os, '. TBL_VERSION.' version, '.TBL_COMPONENT.' component, '. - TBL_PROJECT.' project, '.TBL_SITE.' site'. + TBL_PROJECT.' project, '.TBL_SITE.' site '. 'where b.severity_id = severity.severity_id '. 'and b.status_id = status.status_id and b.os_id = os.os_id '. 'and b.version_id = version.version_id '. |