snapinmanagementpage.class.php (fogproject-1.5.8) | : | snapinmanagementpage.class.php (fogproject-1.5.9) | ||
---|---|---|---|---|
skipping to change at line 242 | skipping to change at line 242 | |||
* The description. | * The description. | |||
*/ | */ | |||
$description = $Snapin->description; | $description = $Snapin->description; | |||
/** | /** | |||
* The file name. | * The file name. | |||
*/ | */ | |||
$file = $Snapin->file; | $file = $Snapin->file; | |||
/** | /** | |||
* Tell if packtype is true or not. | * Tell if packtype is true or not. | |||
*/ | */ | |||
if ($Snapin->packtype < 0) { | if ($Snapin->packtype <= 0) { | |||
$packtype = _('No'); | $packtype = _('No'); | |||
} else { | } else { | |||
$packtype = _('Yes'); | $packtype = _('Yes'); | |||
} | } | |||
/** | /** | |||
* The storage group name. | * The storage group name. | |||
*/ | */ | |||
$storageGroup = $Snapin->storagegroupname; | $storageGroup = $Snapin->storagegroupname; | |||
/** | /** | |||
* If the snapin is not protected show | * If the snapin is not protected show | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |