From: Roland Mas Date: Wed, 10 Feb 2010 20:06:31 +0000 (+0000) Subject: Removed undefined variables X-Git-Tag: v5_0_rc1~85 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=1f5cd7588438e46a90bf84b00fdaf47c3e380266;hp=d4211628e4ceb476cb1112343c6dd582199c7068 Removed undefined variables --- diff --git a/gforge/www/my/dashboard.php b/gforge/www/my/dashboard.php index e087616355..bb7300daed 100644 --- a/gforge/www/my/dashboard.php +++ b/gforge/www/my/dashboard.php @@ -152,8 +152,8 @@ ORDER BY group_name', $art->getSummary(). ''; if ($display_col['changed']) - echo ''. (($set != 'closed' && $art->getLastModifiedDate() < $then)?'* ':'  ') . - date(_('Y-m-d'),$art->getLastModifiedDate()) .''; + echo '' + .date(_('Y-m-d'),$art->getLastModifiedDate()) .''; if ($display_col['status']) echo ''. $art->getStatusName() .''; if ($display_col['priority'])