c76db123 by Jeff Balicki

Use of undefined constant CBV_DOMAIN

1 parent ead0bb46
...@@ -149,7 +149,7 @@ function print_user_notices($showOnlyUnread = false) ...@@ -149,7 +149,7 @@ function print_user_notices($showOnlyUnread = false)
149 "<a href='" 149 "<a href='"
150 .$val 150 .$val
151 ."'>" 151 ."'>"
152 .__('Click here', CBV_DOMAIN) 152 .__('Click here', 'CBV_DOMAIN')
153 .'</a>', 153 .'</a>',
154 $content 154 $content
155 ); 155 );
...@@ -172,7 +172,7 @@ function print_user_notices($showOnlyUnread = false) ...@@ -172,7 +172,7 @@ function print_user_notices($showOnlyUnread = false)
172 .ucfirst(str_replace('_', '&nbsp;', $system['system_message_type'])) 172 .ucfirst(str_replace('_', '&nbsp;', $system['system_message_type']))
173 .'</span></td>'; 173 .'</span></td>';
174 $rows .= '<td style="vertical-align: middle;">'.nl2br($content).'<br /><span class="legal">' 174 $rows .= '<td style="vertical-align: middle;">'.nl2br($content).'<br /><span class="legal">'
175 .__('Sent:', CBV_DOMAIN) 175 .__('Sent:', 'CBV_DOMAIN')
176 .CBV\tz_display('notice_sent_date', $notice['sent_date']).'</span></td>'; 176 .CBV\tz_display('notice_sent_date', $notice['sent_date']).'</span></td>';
177 $rows .= '</tr>'; 177 $rows .= '</tr>';
178 } 178 }
...@@ -318,7 +318,7 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args = ...@@ -318,7 +318,7 @@ function send_triggered_notification($uid = 0, $trigger = 'NO_TRIGGER', $args =
318 "<a href='" 318 "<a href='"
319 .$val 319 .$val
320 ."'>" 320 ."'>"
321 .__('Click here', CBV_DOMAIN) 321 .__('Click here', 'CBV_DOMAIN')
322 .'</a>', 322 .'</a>',
323 $content 323 $content
324 ); 324 );
......