Update app_config.php
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
$apps[$x]['description']['sv-se'] = "";
|
$apps[$x]['description']['sv-se'] = "";
|
||||||
$apps[$x]['description']['uk-ua'] = "";
|
$apps[$x]['description']['uk-ua'] = "";
|
||||||
|
|
||||||
|
|
||||||
//permission details
|
//permission details
|
||||||
$y=0;
|
$y=0;
|
||||||
$apps[$x]['permissions'][$y]['name'] = "database_transaction_view";
|
$apps[$x]['permissions'][$y]['name'] = "database_transaction_view";
|
||||||
@@ -95,7 +94,7 @@
|
|||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_type";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_type";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Type: insert, update, delete, select";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Type: add, update, delete, select";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_date";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_date";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
|
||||||
|
|||||||
Reference in New Issue
Block a user