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 @@ -56,7 +56,7 @@ function os2web_print_send_to_friend_menu() {
56
56
*/
57
57
function os2web_print_send_to_friend_print_bullet_point($bullet_point_id) {
58
58
$bullet_point = node_load($bullet_point_id);
59
- if (strcmp($bullet_point->type, 'bullet_point ') == 0) {
59
+ if (strcmp($bullet_point->type, 'os2web_meetings_bullet ') == 0) {
60
60
$html = '<h1>' . $bullet_point->title . '</h1>';
61
61
62
62
foreach ($bullet_point->field_ref_attachment['und'] as $attachment_id) {
@@ -100,7 +100,7 @@ function os2web_print_send_to_friend_send_to_friend_form($bullet_point_id) {
100
100
*/
101
101
function os2web_print_send_to_friend_bullet_point_access($bullet_point_id) {
102
102
$bullet_point = node_load($bullet_point_id);
103
- if (strcmp($bullet_point->type, 'bullet_point ') == 0) {
103
+ if (strcmp($bullet_point->type, 'os2web_meetings_bullet ') == 0) {
104
104
if ($bullet_point->field_bul_point_closed['und'][0]['value']) {
105
105
return TRUE;
106
106
}
You can’t perform that action at this time.
0 commit comments