Skip to content

Commit

Permalink
Update AbstractTask.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Jul 2, 2024
1 parent b130955 commit 0ba41e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webfiori/framework/scheduler/AbstractTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -1430,11 +1430,6 @@ private function getSubExprType(string $expr): string {
}
return self::STEP_VAL;
}
$retVal = self::INV_VAL;

if (!(strlen($split0[0]) != 0 && strlen($split0[1]) != 0)) {
$retVal = self::STEP_VAL;
}
}

return $retVal;
Expand Down

0 comments on commit 0ba41e7

Please sign in to comment.