]> git.mxchange.org Git - ctracker.git/blobdiff - libs/lib_updates.php
Continued:
[ctracker.git] / libs / lib_updates.php
index fd34fcc6c4159f32a70e8973b25d3a6d3c812867..21ef93f731b709c0cd163dc4cc58bfdd7b7c835b 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