Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 323011
Collapse All | Expand All

(-)./lib/database.php (-1 / +1 lines)
Lines 40-46 Link Here
40
	$hostport = $host . ":" . $port;
40
	$hostport = $host . ":" . $port;
41
41
42
	while ($i <= $retries) {
42
	while ($i <= $retries) {
43
		if ($cnn_id->PConnect($hostport,$user,$pass,$db_name)) {
43
		if ($cnn_id->Connect($hostport,$user,$pass,$db_name)) {
44
			return($cnn_id);
44
			return($cnn_id);
45
		}
45
		}
46
46

Return to bug 323011