Clean up of Cvent and IDAA person and membership related. The person.status only matters if it is Pending.
This commit is contained in:
@@ -300,7 +300,8 @@ def sql_update(
|
||||
log.debug(dir(result_update))
|
||||
log.debug(result_update.rowcount) # returns 1 on insert and 2 on update with change
|
||||
log.debug(result_update.lastrowid) # returns last row ID on insert and update with a change and returns 0 if nothing changed
|
||||
return False
|
||||
# NOTE: Returning None seems to make more sense. There were no errors. Just nothing needed to be updated.
|
||||
return None # False was False until 2022-03-16
|
||||
return False
|
||||
# ### END ### Core Help CRUD ### sql_update() ###
|
||||
|
||||
|
||||
Reference in New Issue
Block a user