Fix DateTime days internal counter
Fixed the bad coded include end date with using flags instead Allow exclude of start date Reverse counter fixed, and also includes weekend days Add reverse for weekend in date interval Login class: add numeric for ACL level DB IO: some minor code clean up for not needed var set check Some edit.jq.js clean ups and added - loadEl: load element by id and return element value or throw error if not found - goTo: scroll to an element with scroll into view call
This commit is contained in:
@@ -2539,7 +2539,7 @@ HTML;
|
||||
$this->login_user_id,
|
||||
-1,
|
||||
$login_user_id_changed
|
||||
);
|
||||
) ?? '';
|
||||
// flag unclean input data
|
||||
if ($login_user_id_changed > 0) {
|
||||
$this->login_user_id_unclear = true;
|
||||
|
||||
Reference in New Issue
Block a user