equal
deleted
inserted
replaced
44 |
44 |
45 // Database schema version |
45 // Database schema version |
46 // This is incremented each time a change to the database structure is made. |
46 // This is incremented each time a change to the database structure is made. |
47 // If it doesn't match the version in the DB, the user will be asked to upgrade. |
47 // If it doesn't match the version in the DB, the user will be asked to upgrade. |
48 // This must match install/includes/common.php! |
48 // This must match install/includes/common.php! |
49 $db_version = 1125; |
49 $db_version = 1126; |
50 |
50 |
51 /** |
51 /** |
52 * Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it |
52 * Returns a floating-point number with the current UNIX timestamp in microseconds. Defined very early because we gotta call it |
53 * from very early on in the script to measure the starting time of Enano. |
53 * from very early on in the script to measure the starting time of Enano. |
54 * @return float |
54 * @return float |