Atualizando Database.class.php
This commit is contained in:
parent
7ace7faa33
commit
fa1de21fd4
1 changed files with 2 additions and 8 deletions
10
vendor/action/log/log_save.php
vendored
10
vendor/action/log/log_save.php
vendored
|
|
@ -239,20 +239,14 @@ try {
|
|||
$size,
|
||||
$path
|
||||
);
|
||||
}
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 'On');
|
||||
|
||||
}
|
||||
|
||||
/** Exclui o registro anterior sobre o banco de dados */
|
||||
$Database->Delete($clientId);
|
||||
|
||||
print_r($jsonLog);
|
||||
|
||||
/** Grava os novos dados do banco de dados */
|
||||
if(!$Database->Save($clientId,
|
||||
$jsonLog->database->file_size,
|
||||
$jsonLog->database->file_size_mb,
|
||||
$jsonLog->database->last_modified,
|
||||
$jsonLog->database->db_accessible)){
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue