Last modified: 2007-04-16 14:09:42 UTC
I had to rename to mw_table_exists() to enable integration with another large package. Patch attached to rename. Perhaps the function can be completely removed instead?
Created attachment 3319 [details] Patch to rename unused table_exists() function
Remove references and delete it, rather than renaming it and hiding it under the carpet.
There are no references in the code base; should be safe to remove.
Created attachment 3321 [details] Patch to remove unused table_exists() global function
Confirmed that I find no references in trunk, either phase3 or extensions.
Removed field_exists, field_info and table_exists in r21286.