c76db123 by Jeff Balicki

Use of undefined constant CBV_DOMAIN

1 parent ead0bb46
......@@ -149,7 +149,7 @@ function print_user_notices($showOnlyUnread = false)
"<a href='"
.$val
."'>"
.__('Click here', CBV_DOMAIN)
.__('Click here', 'CBV_DOMAIN')
.'</a>',
$content
);
......@@ -172,7 +172,7 @@ function print_user_notices($showOnlyUnread = false)
.ucfirst(str_replace('_', '&nbsp;', $system['system_message_type']))
.'</span></td>';
$rows .= '<td style="vertical-align: middle;">'.nl2br($content).'<br /><span class="legal">'
.__('Sent:', CBV_DOMAIN)
.__('Sent:', 'CBV_DOMAIN')
.CBV\tz_display('notice_sent_date', $notice['sent_date']).'</span></td>';
$rows .= '</tr>';
}
......@@ -318,7 +318,7 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args =
"<a href='"
.$val
."'>"
.__('Click here', CBV_DOMAIN)
.__('Click here', 'CBV_DOMAIN')
.'</a>',
$content
);
......