HOR-2689 Removed references to G::LoadClass, Bootstrap::LoadClass and various references to class loading methods and require_once
This commit is contained in:
committed by
davidcallizaya
parent
d72b7aa561
commit
60efcf7ac7
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
G::LoadClass("ldapAdvanced");
|
||||
|
||||
$function = $_REQUEST['functionAccion'];
|
||||
|
||||
@@ -298,7 +297,6 @@ switch ($function) {
|
||||
$aData['USR_UID'] = $sUserUID;
|
||||
$aData['USR_ROLE'] = 'PROCESSMAKER_OPERATOR';
|
||||
|
||||
G::LoadClass("calendar");
|
||||
$calendarObj = new Calendar();
|
||||
$calendarObj->assignCalendarTo($sUserUID, '00000000000000000000000000000001', 'USER');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user