> > 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")...
Regardless, the change is wrong. Either revert or completely rewrite. And according to aliases.xml, the function names without underscores are the aliases. Documenting as such seems appropriate too even if sometimes it's not true as people shouldn't use aliases. Regards, Philip