Overview
Comment: | Version 0.4.5 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
bfc7ed2ec94a2949cde79198de317647 |
User & Date: | bohwaz on 2012-12-23 04:14:31 |
Other Links: | manifest | tags |
Context
2012-12-23
| ||
12:51 | Début des champs modifiables et personnalisables check-in: b8cd499be0 user: bohwaz tags: trunk | |
04:14 | Version 0.4.5 check-in: bfc7ed2ec9 user: bohwaz tags: trunk | |
04:12 | Export des membres en CSV check-in: 4de55bfb00 user: bohwaz tags: trunk | |
Changes
Modified VERSION from [56bae5b8fc] to [ec590956d1].
1 |
0.4.4
|
| |
1 |
0.4.5
|
Modified www/admin/upgrade.php from [378998832e] to [7b1cbd85b6].
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
}
if (version_compare($v, '0.4.3', '<'))
{
$db->exec(file_get_contents(GARRADIN_ROOT . '/include/data/0.4.3.sql'));
}
if (version_compare($v, '0.5.0', '<'))
{
// Mise à jour plan comptable
$comptes = new Compta_Comptes;
$comptes->importPlan();
// Création page wiki connexion
$wiki = new Wiki;
|
| |
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
}
if (version_compare($v, '0.4.3', '<'))
{
$db->exec(file_get_contents(GARRADIN_ROOT . '/include/data/0.4.3.sql'));
}
if (version_compare($v, '0.4.5', '<'))
{
// Mise à jour plan comptable
$comptes = new Compta_Comptes;
$comptes->importPlan();
// Création page wiki connexion
$wiki = new Wiki;
|