Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-11-02 16:04:31 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-11-02 16:04:35 +0300
commit037a034b437b493b05d98231aff3dc0eb17d459a (patch)
tree07a90b931e2cc644d0b1f21bdd2fc93bd3383563 /tbl_addfield.php
parent4139575bbcf0cc042edad8069be63dcb715041ba (diff)
Minor coding style modifications.
Fix typos. PHPDoc and JSDoc updates. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_addfield.php')
-rw-r--r--tbl_addfield.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/tbl_addfield.php b/tbl_addfield.php
index 01b104c656..209f07bf2e 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -23,9 +23,11 @@ PMA_Util::checkParameters(array('db', 'table'));
/**
* Defines the url to return to in case of error in a sql statement
*/
-$err_url = 'tbl_sql.php' . PMA_URL_getCommon(array(
- 'db' => $db, 'table' => $table
-));
+$err_url = 'tbl_sql.php' . PMA_URL_getCommon(
+ array(
+ 'db' => $db, 'table' => $table
+ )
+);
/**
* The form used to define the field to add has been submitted