includes/common.php
changeset 1343 2a31905a567d
parent 1315 d423fc0e9bc9
child 1365 a52cac1b190d
equal deleted inserted replaced
1342:2164d18cb10c 1343:2a31905a567d
    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