2
0
forked from Wavyzz/dolibarr

Fix: Meilleur respect W3C

This commit is contained in:
Laurent Destailleur
2005-07-02 13:53:23 +00:00
parent 4ceb88f525
commit a3d6057ca7

View File

@@ -22,7 +22,8 @@
* $Source$
*/
/*! \file htdocs/admin/system/database-tables.php
/**
\file htdocs/admin/system/database-tables.php
\brief Page d'infos des tables de la base
\version $Revision$
*/
@@ -43,7 +44,8 @@ if ($_GET["action"] == 'convert')
}
llxHeader();
print_titre($langs->trans("Tables")." ".ucfirst($conf->db->type));
if($conf->db->type == 'mysql')
@@ -97,6 +99,7 @@ if($conf->db->type == 'mysql')
$i++;
}
}
print '</table>';
}
if($conf->db->type == 'pgsql')