removed MySQL < 5 code

This commit is contained in:
Sebastian Mendel
2007-10-02 09:57:19 +00:00
parent e1fd395631
commit 1e81ce19e3
5 changed files with 6 additions and 50 deletions

View File

@@ -1125,9 +1125,7 @@ function PMA_RT_DOC($alltables)
$pdf->ln();
$cfgRelation = PMA_getRelationsParam();
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
$comments = PMA_getComments($db, $table);
}
$comments = PMA_getComments($db, $table);
if ($cfgRelation['mimework']) {
$mime_map = PMA_getMIME($db, $table, true);
}