changed single quote to double quotes everywhere

This commit is contained in:
Nuno Miguel Reis
2013-10-01 11:35:07 +00:00
parent efb7a01783
commit 184ec05020
100 changed files with 10551 additions and 10551 deletions
+19 -19
View File
@@ -1,27 +1,27 @@
<?php
//application details
//$apps[$x]['name'] = "Provision";
//$apps[$x]['uuid'] = 'abf28ead-92ef-3de6-ebbb-023fbc2b6dd3';
//$apps[$x]['category'] = 'Switch';;
//$apps[$x]['subcategory'] = '';
//$apps[$x]['version'] = '';
//$apps[$x]['license'] = 'Mozilla Public License 1.1';
//$apps[$x]['url'] = 'http://www.fusionpbx.com';
//$apps[$x]['description']['en-us'] = 'Writes the provisioning files from templates.';
//$apps[$x]['description']['fr-fr'] = 'Ecrit les fichiers de provisioning à partir des modèles.';
//$apps[$x]['uuid'] = "abf28ead-92ef-3de6-ebbb-023fbc2b6dd3";
//$apps[$x]['category'] = "Switch";;
//$apps[$x]['subcategory'] = "";
//$apps[$x]['version'] = "";
//$apps[$x]['license'] = "Mozilla Public License 1.1";
//$apps[$x]['url'] = "http://www.fusionpbx.com";
//$apps[$x]['description']['en-us'] = "Writes the provisioning files from templates.";
//$apps[$x]['description']['fr-fr'] = "Ecrit les fichiers de provisioning à partir des modèles.";
//menu details
//$apps[$x]['menu'][0]['title']['en-us'] = 'Provision';
//$apps[$x]['menu'][0]['title']['fr-fr'] = 'Provision';
//$apps[$x]['menu'][0]['uuid'] = '';
//$apps[$x]['menu'][0]['parent_uuid'] = '';
//$apps[$x]['menu'][0]['category'] = 'internal';
//$apps[$x]['menu'][0]['path'] = '';
//$apps[$x]['menu'][0]['groups'][] = 'admin';
//$apps[$x]['menu'][0]['groups'][] = 'superadmin';
//$apps[$x]['menu'][0]['title']['en-us'] = "Provision";
//$apps[$x]['menu'][0]['title']['fr-fr'] = "Provision";
//$apps[$x]['menu'][0]['uuid'] = "";
//$apps[$x]['menu'][0]['parent_uuid'] = "";
//$apps[$x]['menu'][0]['category'] = "internal";
//$apps[$x]['menu'][0]['path'] = "";
//$apps[$x]['menu'][0]['groups'][] = "admin";
//$apps[$x]['menu'][0]['groups'][] = "superadmin";
//permission details
//$apps[$x]['permissions'][0]['name'] = 'zzz';
//$apps[$x]['permissions'][0]['groups'][] = 'admin';
//$apps[$x]['permissions'][0]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][0]['name'] = "zzz";
//$apps[$x]['permissions'][0]['groups'][] = "admin";
//$apps[$x]['permissions'][0]['groups'][] = "superadmin";
?>