From 14f35e67f5dc9ea178b331b576c5bee140a66a04 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 19 Aug 2025 08:21:52 +0000 Subject: [PATCH] * [misc] remove unused code. --- module/project/control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index aef9423d06..076f8cccde 100755 --- a/module/project/control.php +++ b/module/project/control.php @@ -594,7 +594,6 @@ class project extends control return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $locateLink)); } - if(!$this->post->projectIdList) $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => $this->session->projectList)); $projectIdList = $this->post->projectIdList; $projects = $this->dao->select('*')->from(TABLE_PROJECT)->where('id')->in($projectIdList)->fetchAll('id');