Skip to content

Commit

Permalink
Remove left over from 10-years-old code (Bug #14521).
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 24, 2016
1 parent 16cdb11 commit b7fb385
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turba/templates/browse/row.inc
Expand Up @@ -82,7 +82,6 @@ for ($c = 1; $c <= count($this->columns); $c++) {
}
if ($ob->hasValue($this->columns[$c - 1])) {
$value = $ob->getValue($this->columns[$c - 1]);
$shown_columns[$c] = htmlspecialchars($value);
if ($type == 'email') {
$value = Turba::formatEmailAddresses($value,
$ob->getValue('name'));
Expand Down

0 comments on commit b7fb385

Please sign in to comment.