Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cvsserver: Use DBI->table_info instead of DBI->tables
DBI->table_info is portable across different DBD backends, DBI->tables is not. Limit the output to objects of type TABLE. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Frank Lichtenheld <frank@lichtenheld.de>
- Loading branch information