Skip to content

Commit

Permalink
Update app_config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane authored Feb 12, 2018
1 parent e3467cc commit 9d528ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/database_transactions/app_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
$apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = "";


//permission details
$y=0;
$apps[$x]['permissions'][$y]['name'] = "database_transaction_view";
Expand Down Expand Up @@ -95,7 +94,7 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_type";
$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++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "transaction_date";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
Expand Down

0 comments on commit 9d528ac

Please sign in to comment.