projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
725d5bd
)
Removed commented out lines.
author
anuko
<support@anuko.com>
Sat, 11 Mar 2017 22:48:41 +0000
(22:48 +0000)
committer
anuko
<support@anuko.com>
Sat, 11 Mar 2017 22:48:41 +0000
(22:48 +0000)
WEB-INF/lib/ttTeamHelper.class.php
patch
|
blob
|
history
diff --git
a/WEB-INF/lib/ttTeamHelper.class.php
b/WEB-INF/lib/ttTeamHelper.class.php
index
c006e33
..
3dba92a
100644
(file)
--- a/
WEB-INF/lib/ttTeamHelper.class.php
+++ b/
WEB-INF/lib/ttTeamHelper.class.php
@@
-754,9
+754,6
@@
class ttTeamHelper {
// The update function updates team information.
static function update($team_id, $fields)
{
- // We'll require team name to be always set.
-// if (!isset($fields['name']) || $fields['name'] == "") return false;
-
$mdb2 = getConnection();
$name_part = 'name = '.$mdb2->quote($fields['name']);
$currency_part = '';