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
b987d82d
authored
2011-12-16 15:27:27 -0500
by
Marty Penner
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Ensure copyright date is always current. refs #1357
1 parent
4241910a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/Branding/Branding.php
com/Branding/Branding.php
View file @
b987d82
...
...
@@ -57,7 +57,7 @@ class Actions {
}
public
static
function
admin_footer_text
()
{
echo
'©
2010
Tenzing Communications Inc.'
;
echo
'©
'
.
date
(
'Y'
)
.
'
Tenzing Communications Inc.'
;
}
public
static
function
login_head
()
{
...
...
Please
register
or
sign in
to post a comment