Browse Source

language translations for pt-pt and some other minor fixes and updates

Nuno Miguel Reis 12 years ago
parent
commit
7253f646e4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app_config.php

+ 2 - 1
app_config.php

@@ -37,8 +37,9 @@
 
 
 	//permission details
 	//permission details
 		$apps[$x]['permissions'][0]['name'] = "sql_query_execute";
 		$apps[$x]['permissions'][0]['name'] = "sql_query_execute";
+		$apps[$x]['permissions'][0]['menu']['uuid'] = "a894fed7-5a17-f695-c3de-e32ce58b3794";
 		$apps[$x]['permissions'][0]['groups'][] = "superadmin";
 		$apps[$x]['permissions'][0]['groups'][] = "superadmin";
 
 
 		$apps[$x]['permissions'][1]['name'] = "sql_query_backup";
 		$apps[$x]['permissions'][1]['name'] = "sql_query_backup";
 		$apps[$x]['permissions'][1]['groups'][] = "superadmin";
 		$apps[$x]['permissions'][1]['groups'][] = "superadmin";
-?>
+?>