equal
deleted
inserted
replaced
23 |
23 |
24 // Database schema version |
24 // Database schema version |
25 // This is incremented each time a change to the database structure is made. |
25 // This is incremented each time a change to the database structure is made. |
26 // If it doesn't match the version in the DB, the user will be asked to upgrade. |
26 // If it doesn't match the version in the DB, the user will be asked to upgrade. |
27 // This must match includes/common.php! |
27 // This must match includes/common.php! |
28 $db_version = 1125; |
28 $db_version = 1126; |
29 |
29 |
30 function installer_enano_version($long = false) |
30 function installer_enano_version($long = false) |
31 { |
31 { |
32 global $installer_version; |
32 global $installer_version; |
33 static $keywords = array( |
33 static $keywords = array( |