* Adjust project list column width.

This commit is contained in:
leiyong
2020-09-24 09:29:21 +08:00
parent 4398cbf3fd
commit 3480592542
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1187,7 +1187,7 @@ class programModel extends model
/* Process projects. */
foreach($projects as $key => $project)
{
$project->end = date(DT_DATE1, strtotime($project->end)); // Process the end time.
if($project->end == '0000-00-00') $project->end = '';
/* Judge whether the project is delayed. */
if($project->status != 'done' and $project->status != 'closed' and $project->status != 'suspended')