Changeset 4326 for trunk/install.php


Ignore:
Timestamp:
Nov 20, 2009, 3:55:32 PM (14 years ago)
Author:
nikrou
Message:

Feature 1244 : bug fix
functions_mysql.inc.php must be loaded for install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r4325 r4326  
    183183include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
    184184@include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
     185include(PHPWG_ROOT_PATH . 'include/dblayer/functions_mysql.inc.php');
    185186include(PHPWG_ROOT_PATH . 'include/constants.php');
    186187include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
Note: See TracChangeset for help on using the changeset viewer.