Ignore:
Timestamp:
Feb 28, 2010, 10:11:23 PM (14 years ago)
Author:
nikrou
Message:

Feature 1255 : bug in install with mysql and postgresql if some form parameters are missing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/dblayer/functions_pgsql.inc.php

    r4892 r5006  
    5050                                $password,
    5151                                $database);
    52   $link = pg_connect($connection_string) or my_error('pg_connect', true); 
     52  $link = pg_connect($connection_string) or my_error('pg_connect', false); 
    5353
    5454  return $link;
Note: See TracChangeset for help on using the changeset viewer.