Changeset 4326


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

Location:
trunk
Files:
2 edited

Legend:

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

    r4325 r4326  
    376376      $query .= ')';
    377377    }
    378     Log::getInstance()->debug($query);
    379378    pwg_query($query);
    380379  }
  • 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.