-
Notifications
You must be signed in to change notification settings - Fork 381
Open
Description
Hi,
When you perform a query that updates a record and this remains unchanged but the query returns false could run normally without any error.
- Solved -
I solved it by making the condition of the if is equal to or greater than 0
if($query >=0){
return true;
}else{
return false;
}
francopan and afzafri
Metadata
Metadata
Assignees
Labels
No labels