Skip to content

Commit

Permalink
Leaf 4486 - remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jampaul3 committed Dec 18, 2024
1 parent 3838fe0 commit 46f913e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions LEAF_Nexus/sources/Employee.php
Original file line number Diff line number Diff line change
Expand Up @@ -1075,9 +1075,6 @@ public function enableAccount($empUID)
$this->enableEmployee($res[0]['userName']);
$this->enableAllTables($res[0]['userName']);
$this->enableAllPortalTables($res[0]['userName']);
/* $res = $this->db->prepared_query('UPDATE employee
SET deleted=:time
WHERE empUID=:empUID', $vars); */

return true;
}
Expand Down

0 comments on commit 46f913e

Please sign in to comment.