Friedhelm Betz wrote: > That isn't really a typo, the alias for deprecated mysql_list_tables is > in fact mysql_listtables. I think you shold revert your change.
It's the opposite :-). Function names with underscores are aliases for
deprecated ones without it. So the change shouldn't be reverted. BTW
in this case, both functions are deprecated by mysql_query("SHOW
TABLES")...
Jakub Vrana
