diff --git a/content/xrowworkflowhandler.php b/content/xrowworkflowhandler.php index b93cfea..f82aed3 100644 --- a/content/xrowworkflowhandler.php +++ b/content/xrowworkflowhandler.php @@ -39,9 +39,9 @@ function validateInput( $http, &$module, &$class, $object, &$version, $contentOb $end = self::getDate( $endArray ); } - //This is a special code for xrowbildlizenz Extension!!!!!! - start + //This is a special code for xrowimagelicensing Extension!!!!!! - start foreach ($contentObjectAttributes as $contentObjectAttributeItem) { - if ($contentObjectAttributeItem->DataTypeString == 'xrowbildlizenz') { + if ($contentObjectAttributeItem->DataTypeString == 'xrowimagelicensing') { $selectedID = 'ContentObjectAttribute_bildlizenz_selected_' . $contentObjectAttributeItem->ID; if( $http->hasPostVariable( $selectedID ) && $http->postVariable( $selectedID ) == '0') { @@ -88,7 +88,6 @@ function validateInput( $http, &$module, &$class, $object, &$version, $contentOb break; } } - //end if ( $start && $start < $now && $doNotValidateStartDate === false ) { @@ -183,9 +182,9 @@ function fetchInput( $http, &$module, &$class, $object, &$version, $contentObjec $row['action'] = serialize( array( 'action' => $action ) ); } - //This is a special code for xrowbildlizenz Extension!!!!!! - start + //This is a special code for xrowimagelicensing Extension!!!!!! - start foreach ($contentObjectAttributes as $contentObjectAttributeItem) { - if ($contentObjectAttributeItem->DataTypeString == 'xrowbildlizenz') { + if ($contentObjectAttributeItem->DataTypeString == 'xrowimagelicensing') { $selectedID = 'ContentObjectAttribute_bildlizenz_selected_' . $contentObjectAttributeItem->ID; if( $http->hasPostVariable( $selectedID ) && $http->postVariable( $selectedID ) == '0' ) {