Ignore:
Timestamp:
Nov 29, 2009, 1:35:19 PM (14 years ago)
Author:
nikrou
Message:

Feature_1255 :

  • single quotes in queries
  • start using $confdblayer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/common.inc.php

    r4325 r4385  
    9393include(PHPWG_ROOT_PATH . 'include/config_default.inc.php');
    9494@include(PHPWG_ROOT_PATH. 'include/config_local.inc.php');
    95 include(PHPWG_ROOT_PATH .'include/dblayer/functions_mysql.inc.php');
     95include(PHPWG_ROOT_PATH .'include/dblayer/functions_'.$conf['dblayer'].'.inc.php');
    9696
    9797if(isset($conf['show_php_errors']) && !empty($conf['show_php_errors']))
Note: See TracChangeset for help on using the changeset viewer.