From 46a89458e3d194e0029ab020dd46e6316f5dcc29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 26 Sep 2005 19:39:46 +0000 Subject: [PATCH] update comment --- tbl_create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_create.php b/tbl_create.php index 2080cc194..853fbf09e 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -246,7 +246,7 @@ if ($abort == FALSE) { else if (empty($num_fields) || !is_int($num_fields)) { PMA_mysqlDie($strFieldsEmpty, '', '', $err_url); } - // No valid number of fields + // Does table exist? else if (!(PMA_DBI_get_fields($db, $table) === FALSE)) { PMA_mysqlDie(sprintf($strTableAlreadyExists, htmlspecialchars($table)), '', '', $err_url); }