Changeset 5452 for trunk/install.php


Ignore:
Timestamp:
Mar 29, 2010, 8:16:33 PM (14 years ago)
Author:
nikrou
Message:

Fix some issues with database engines :

  • insert into syntax not correct for posgresql or sqlite
  • add languages table
  • incorrect function for row count (sqlite)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r5408 r5452  
    381381    // PWG_CHARSET is required for building the fs_themes array in the
    382382    // themes class
    383     define('PWG_CHARSET', $pwg_charset);
     383    if (!defined('PWG_CHARSET'))
     384    {
     385      define('PWG_CHARSET', $pwg_charset);
     386    }
    384387    activate_all_themes();
    385388
Note: See TracChangeset for help on using the changeset viewer.