Added , at the end of the the queries array

This commit is contained in:
laf
2015-05-14 01:05:48 +01:00
parent 119b8bf2b7
commit 1ccc8700eb

View File

@@ -61,7 +61,7 @@ if ($enabled == 1) {
'vminfo'=>'SELECT COUNT(`id`) AS `total`,`vm_type` FROM `vminfo` GROUP BY `vm_type`',
'vmware'=>'SELECT COUNT(`id`) AS `total` FROM `vmware_vminfo`',
'vrfs'=>'SELECT COUNT(`vrf_id`) AS `total` FROM `vrfs`',
'mysql_version'=>'SELECT 1 AS `total`, @@version AS `version`');
'mysql_version'=>'SELECT 1 AS `total`, @@version AS `version`',);
foreach ($queries as $name => $query) {