From: anuko Date: Sat, 11 Mar 2017 22:48:41 +0000 (+0000) Subject: Removed commented out lines. X-Git-Tag: timetracker_1.19-1~1528 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6cce05070f60af097aeda24d380b92536154d6b2;hp=725d5bd358b2ee204e4298d2634d1a0f9a62654b;p=timetracker.git Removed commented out lines. --- diff --git a/WEB-INF/lib/ttTeamHelper.class.php b/WEB-INF/lib/ttTeamHelper.class.php index c006e33a..3dba92af 100644 --- 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 = '';