Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#51 closed defect (fixed)

global PORT is not handled in db_connect in function db_connect($DBSERVER="",$OWNER="",$PW="")

Reported by: astrid_emde Owned by: christoph
Priority: major Milestone: 2.4.2 and older releases
Component: administration Version: 2.4.1
Keywords: None Cc: None

Description

global PORT is not handled in db_connect in function db_connect($DBSERVER="",$OWNER="",$PW="") in /mapbender/http/php/database-pgsql.php and /mapbender/http/php/database-pgsql.php

the function needs another parameter to handle the port aswell

function db_connect($DBSERVER="",$OWNER="",$PW="", $PORT="")

function is used in several files

Change History (4)

comment:1 by astrid_emde, 17 years ago

Resolution: fixed
Status: newclosed

comment:2 by anonymous, 17 years ago

Cc: None added
Component: administrationprint
Keywords: None added; db_connect removed
Milestone: internationalization
Summary: global PORT is not handled in db_connect in function db_connect($DBSERVER="",$OWNER="",$PW="")None
Version: 2.4.12.1

comment:3 by christoph, 17 years ago

Component: printadministration
Milestone: internationalization
Summary: Noneglobal PORT is not handled in db_connect in function db_connect($DBSERVER="",$OWNER="",$PW="")
Version: 2.12.4.1

comment:4 by christoph, 17 years ago

Milestone: 2.4.2 and older releases
Note: See TracTickets for help on using tickets.