Skip to content

Commit

Permalink
Dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Delisle <marc@infomarc.info>
  • Loading branch information
lem9 committed Jun 17, 2014
1 parent 10e1978 commit 65fd429
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/import.lib.php
Expand Up @@ -1049,7 +1049,6 @@ function PMA_buildSQL($db_name, &$tables, &$analyses = null,
}

/* Create SQL code to create the tables */
$tempSQLStr = "";
$num_tables = count($tables);
for ($i = 0; $i < $num_tables; ++$i) {
$num_cols = count($tables[$i][COL_NAMES]);
Expand Down

0 comments on commit 65fd429

Please sign in to comment.