diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-13 14:47:43 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-08-13 14:47:43 +0400 |
| commit | 2a060a94562a2e1678f15d69a7e71e376325e9c1 (patch) | |
| tree | 4015a945ec044e240062e59115c346f33bfb0de7 /include/functions.php | |
| parent | ee0bc6edd9e744790e70233e16e7eea290bcf5cc (diff) | |
initial work on nested categories
Diffstat (limited to 'include/functions.php')
| -rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 4ba60e844..009955c99 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,6 +1,6 @@ <?php define('EXPECTED_CONFIG_VERSION', 25); - define('SCHEMA_VERSION', 92); + define('SCHEMA_VERSION', 93); mb_internal_encoding("UTF-8"); date_default_timezone_set('UTC'); |