Changeset 11511 for trunk/install.php


Ignore:
Timestamp:
Jun 26, 2011, 12:03:12 AM (13 years ago)
Author:
plg
Message:

feature 2365 added: Piwigo version is written in the database (as
"piwigo_db_version" in the config table). We only store the branch,
not the release : 2.3 and not 2.3.1, because database structure is
not changing between minor releases.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r9520 r11511  
    340340    pwg_query($query);
    341341
     342    conf_update_param('piwigo_db_version', get_branch_from_version(PHPWG_VERSION));
     343
    342344    // fill languages table
    343345    foreach ($languages->fs_languages as $language_code => $fs_language)
Note: See TracChangeset for help on using the changeset viewer.