If you running with session_id in admin side when you click on any link parameters order gets wrong
Like:

clear_db.php?osCAdminID=7fa6b32506f2d8f4467bc326f5 2d78c1?action=cust

because of wrong usage of

tep_href_link(FILENAME_CLEAR_DB). '?action=prod">' ....

should be:

tep_href_link(FILENAME_CLEAR_DB, 'action=prod') . ">' ...

Full package including this fix.

Very usefull addon if you are running a test server. It works however some code controls needed for unavailable tables in db


More...