diff --git a/tbl_addfield.php3 b/tbl_addfield.php3 index 08d6fa432..d0772b921 100755 --- a/tbl_addfield.php3 +++ b/tbl_addfield.php3 @@ -10,6 +10,9 @@ require('./libraries/grab_globals.lib.php3'); $js_to_run = 'functions.js'; require('./header.inc.php3'); +// Check parameters +PMA_checkParameters(array('db', 'table')); + /** * Defines the url to return to in case of error in a sql statement