Skip to content

Commit

Permalink
Unused code
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <[email protected]>
  • Loading branch information
Marc Delisle committed Jun 16, 2014
1 parent 35a3ddb commit 9fc8156
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libraries/schema/Pdf_Relation_Schema.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1314,14 +1314,6 @@ public function dataDictionaryDoc($alltables)
// Find which tables are related with the current one and write it in
// an array
$res_rel = PMA_getForeigners($db, $table);

if (count($res_rel) > 0) {
$have_rel = true;
} else {
$have_rel = false;
}
} else {
$have_rel = false;
} // end if

/**
Expand Down

0 comments on commit 9fc8156

Please sign in to comment.