Support for browsing selected columns (RFE #1275909).

This commit is contained in:
Michal Čihař
2005-09-26 19:03:11 +00:00
parent 176c60cfe3
commit 64bd56dfba
176 changed files with 24567 additions and 4586 deletions

20
db_import.php Normal file
View File

@@ -0,0 +1,20 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets tables informations and displays top links
*/
require('./db_details_common.php');
require('./db_details_db_info.php');
$import_type = 'database';
require('./libraries/display_import.lib.php');
/**
* Displays the footer
*/
require('./footer.inc.php');
?>