Skip to content

Commit

Permalink
missing function parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinaa committed Aug 5, 2012
1 parent ed96b32 commit 6e09a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db_operations.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
$tables_full, $export_sql_plugin, $move, $db
);

$views = PMA_getViewsAndCreateSqlViewStandIn(
$tables_full, $export_sql_plugin
$views = PMA_getViewsAndCreateSqlViewStandIn(
$tables_full, $export_sql_plugin, $db
);

list($sql_query, $_error) = PMA_getSqlQueryForCopyTable(
Expand Down

0 comments on commit 6e09a15

Please sign in to comment.