Atualizando Database.class.php
This commit is contained in:
parent
fa1de21fd4
commit
b9c3d7b1c6
1 changed files with 4 additions and 0 deletions
4
vendor/action/log/log_save.php
vendored
4
vendor/action/log/log_save.php
vendored
|
|
@ -241,6 +241,10 @@ try {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 'On');
|
||||
|
||||
/** Exclui o registro anterior sobre o banco de dados */
|
||||
$Database->Delete($clientId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue