Upgrade PHP files

This commit is contained in:
Fernando Ontiveros
2025-03-28 13:16:06 +00:00
parent 7f3ee186de
commit 039ade9083
83 changed files with 96 additions and 745 deletions

View File

@@ -420,7 +420,6 @@ class Application extends BaseApplication
return $this->getAppUid();
}
/*----------------------------------********---------------------------------*/
public function calculateAppDuration ($cron = 0)
{
try {
@@ -524,6 +523,5 @@ class Application extends BaseApplication
error_log( $oError->getMessage() );
}
}
/*----------------------------------********---------------------------------*/
}