Changeset 5781 for trunk/install.php


Ignore:
Timestamp:
Apr 10, 2010, 9:49:30 PM (14 years ago)
Author:
nikrou
Message:

Fix some issues with database connections.
install_db_connect() function must return database resource link
insert into set syntax is mysql specific

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r5571 r5781  
    263263if ( isset( $_POST['install'] ))
    264264{
    265   if (install_db_connect($infos, $errors))
     265  if ($pwg_db_link = install_db_connect($infos, $errors))
    266266  {
    267267    $required_version = constant('REQUIRED_'.strtoupper($dblayer).'_VERSION');
Note: See TracChangeset for help on using the changeset viewer.