fix code style

This commit is contained in:
Rodrigo Quelca
2021-12-02 20:30:47 +00:00
parent fc67b7a8f5
commit 3c422e5737
3 changed files with 3 additions and 7 deletions

View File

@@ -10,9 +10,6 @@ use ProcessMaker\Model\User;
$conf = new Configurations();
$oHeadPublisher = headPublisher::getSingleton();
// $oHeadPublisher->addExtJsScript("cases/main", false); //Adding a javascript file .js
// $oHeadPublisher->addContent("cases/main"); //Adding a html file .html.
// $oHeadPublisher->addContent("cases/viena"); //Adding a html file .html.
$keyMem = "USER_PREFERENCES" . $_SESSION["USER_LOGGED"];
$memcache = PMmemcached::getSingleton(config("system.workspace"));