It's most important that it works.
I'm not sure why what you did works. Personally I have used version 2.09 many many times and never had any issues with the admin.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have 2.09 installed and working great except that I am not able to use admin to delete a record.
The script looks OK but when I click on delete the screen refeshes and the record is still there.
It works if I use a flat file but not sql.
If I use phpmyadmin I can delete the record.
Any ideas?
webmaster@cccrrefuge.org a non-profit.
I fixed it!!
in php script delete_rec.php line reads pt_register('POST','id');
change it to pt_register('GET','id');
and all is well.
I can't believe others haven't had this issue.
Mondy
It's most important that it works.
I'm not sure why what you did works. Personally I have used version 2.09 many many times and never had any issues with the admin.