File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1585,7 +1585,7 @@ static function OutputProductPartition($criterion)
15851585 {
15861586 print ("Condition: \n" );
15871587 printf ("Operand: %s \n" , $ criterion ->Condition ->Operand );
1588- printf ("Attribute: %s \n" , isset ( $ criterion ->Condition ->Attribute ) ?? null );
1588+ printf ("Attribute: %s \n" , $ criterion ->Condition ->Attribute );
15891589 }
15901590 }
15911591 }
@@ -1618,7 +1618,7 @@ static function OutputWebpage($criterion)
16181618 foreach ($ criterion ->Parameter ->Conditions ->WebpageCondition as $ webpageCondition )
16191619 {
16201620 printf ("Operand: %s \n" , $ webpageCondition ->Operand );
1621- printf ("Attribute : %s \n" , isset ( $ webpageCondition ->Attribute ) ?? null );
1621+ printf ("Argument : %s \n" , $ webpageCondition ->Argument );
16221622 }
16231623 }
16241624 }
You can’t perform that action at this time.
0 commit comments