group.class.php (fogproject-1.5.8) | : | group.class.php (fogproject-1.5.9) | ||
---|---|---|---|---|
skipping to change at line 636 | skipping to change at line 636 | |||
array( | array( | |||
'id' => $hostIDs, | 'id' => $hostIDs, | |||
), | ), | |||
'imageID', | 'imageID', | |||
false, | false, | |||
'AND', | 'AND', | |||
'name', | 'name', | |||
false, | false, | |||
'' | '' | |||
); | ); | |||
if (!is_array($imageIDs)) { | ||||
$imageIDs = array($imageIDs); | ||||
} | ||||
$batchFields = array( | $batchFields = array( | |||
'name', | 'name', | |||
'createdBy', | 'createdBy', | |||
'hostID', | 'hostID', | |||
'isForced', | 'isForced', | |||
'stateID', | 'stateID', | |||
'typeID', | 'typeID', | |||
'storagenodeID', | 'storagenodeID', | |||
'wol', | 'wol', | |||
'imageID', | 'imageID', | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added |