Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c76db123
authored
2018-08-15 16:18:19 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Use of undefined constant CBV_DOMAIN
1 parent
ead0bb46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
com/Notifications/Notifications.php
com/Notifications/Notifications.php
View file @
c76db12
...
...
@@ -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
(
'_'
,
' '
,
$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
);
...
...
Please
register
or
sign in
to post a comment