I have installed the address book OK, from a user point of view its working
great. However when I check the database I notices that if an entry is
modified to records appear in the database. This doesn't stop the record from
being OK in the actual program but seems odd. If you delete the last record
the information is lost, if you delete the previous records /s then the it is
still there in the program. My only worry is the database will become bloated
if it keeps generating duplicated records on every change.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed the address book OK, from a user point of view its working
great. However when I check the database I notices that if an entry is
modified to records appear in the database. This doesn't stop the record from
being OK in the actual program but seems odd. If you delete the last record
the information is lost, if you delete the previous records /s then the it is
still there in the program. My only worry is the database will become bloated
if it keeps generating duplicated records on every change.
Hi. Did you try to change the "config.php"?:
$keep_history = false;
To remove the "other" records, you may use the SQL-Script:
utilities\clean_up_deleted.sql
PLEASE MAKE FIRST A BACKUP OF YOUR DATABASE!
works fine :)