]> git.mxchange.org Git - ctracker.git/blobdiff - libs/lib_updates.php
Merge branch 'master' of mx:/var/cache/git/repos/ctracker
[ctracker.git] / libs / lib_updates.php
index e09eae0306159e69fb672c930aa9e4900c0cda75..a454a86f409b241022973b7b0439c66cc715c3b2 100644 (file)
@@ -25,7 +25,7 @@
 // Init all updates
 function crackerTrackerInitUpdates () {
        // Add all
-       $GLOBALS['ctracker_updates'] = array(
+       $GLOBALS['ctracker_updates'] = [
                // Ticket system:
                0 => array(
                        'CREATE TABLE IF NOT EXISTS `ctracker_ticket` (
@@ -98,7 +98,7 @@ FOREIGN KEY ( `ctracker_data_id` ) REFERENCES `' . $GLOBALS['ctracker_dbname'] .
                        FROM `ctracker_data`
                        GROUP BY `request_method`'
                ),
-       );
+       ];
 }
 
 // Runs the given updates at number X