The problem is visible when new 'ips' field have less ips , for example if i try to update the user file with 3 ip , with a new userfile with 2 'ips' , the old user file remain unchanged; for example try to replace a userfile :
..... ips *@80.181.* *@80.182.* *@80.183.* ........
with a userfile :
..... ips *@80.181.* *@80.183.* ........
not return the correct result. The 'io_user_save' update only other fields ....
Then no possibilities to use io_user_save php function to delete a ip number from a userfile if this not replaced with another.
|