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
@@ -24,16 +24,11 @@
|
||||
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
|
||||
*
|
||||
*/
|
||||
G::LoadClass('dynaformEditor');
|
||||
|
||||
if (($RBAC_Response = $RBAC->userCanAccess("PM_FACTORY")) != 1) {
|
||||
return $RBAC_Response;
|
||||
}
|
||||
|
||||
//G::genericForceLogin( 'WF_MYINFO' , 'login/noViewPage', $urlLogin = 'login/login' );
|
||||
|
||||
G::LoadClass('dynaFormField');
|
||||
|
||||
$type = strtolower($_POST['form']['PME_TYPE']);
|
||||
if (!(isset($_POST['form']['PME_A']) && $_POST['form']['PME_A'] !== '')) {
|
||||
return;
|
||||
@@ -262,7 +257,6 @@ foreach ($FieldAttributes as $key => $value) {
|
||||
|
||||
$fields->saveField($attributes, $FieldAttrib, $labels);
|
||||
|
||||
G::LoadClass('xmlDb');
|
||||
$i = 0;
|
||||
$aFields = array();
|
||||
$aFields[] = array('XMLNODE_NAME' => 'char',
|
||||
|
||||
Reference in New Issue
Block a user