Changes

Jump to navigation Jump to search
m
no edit summary
Line 19: Line 19:  
// check if we are on a page of a loaded Entity
 
// check if we are on a page of a loaded Entity
   −
if ( iterateAcheckBC(mw, mwEStruct['wbXntity'], wbEstruct['instanceOfRelations'], wbEStruct['IDPropLoc'], wbEStruct['IDName'], controller_item_id) ) {
+
if ( iterateAcheckBC(mw, mwEStruct['wbXntity'], wbEStruct['instanceOfRelations'], wbEStruct['IDPropLoc'], wbEStruct['IDName'], controller_item_id) ) {
 
controller_display_function();
 
controller_display_function();
 
}
 
}
   −
if ( iterateAcheckBC(mw, mwEStruct['wbXntity'], wbEstruct['subclassOfRelations'], wbEstruct['IDPropLoc'], wbEstruct['IDName'], personal_data_id) ) {
+
if ( iterateAcheckBC(mw, mwEStruct['wbXntity'], wbEStruct['subclassOfRelations'], wbEStruct['IDPropLoc'], wbEStruct['IDName'], personal_data_id) ) {
 
input_display_function();
 
input_display_function();
 
}
 
}
   −
if ( iterateAcheckBC(mw, mwEStruct['wbXntity'], wbEstruct['instanceOfRelations'], wbEstruct['IDPropLoc'], wbEstruct['IDName'], interface_button_id) ) {
+
if ( iterateAcheckBC(mw, mwEStruct['wbXntity'], wbEStruct['instanceOfRelations'], wbEStruct['IDPropLoc'], wbEStruct['IDName'], interface_button_id) ) {
 
data_maintenance_display();
 
data_maintenance_display();
 
}
 
}
530

edits

Navigation menu