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:
authorMarc Delisle <marc@infomarc.info>2014-09-15 19:35:21 +0400
committerMarc Delisle <marc@infomarc.info>2014-09-15 19:35:21 +0400
commit01740a54f7d30a129d291728d3b2c248eb83eaa5 (patch)
treebd8499d373f5b24d8eff96c435cc080487f9391a /tbl_zoom_select.php
parent9ab4ade266ad5fe220cd0ee70349c7c521119dd3 (diff)
Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 1466c8d905..14200e54ed 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -138,7 +138,7 @@ if (isset($_POST['zoom_submit'])
foreach ($row as $val) {
$tmpRow[] = $val;
}
- //Get unique conditon on each row (will be needed for row update)
+ //Get unique condition on each row (will be needed for row update)
$uniqueCondition = PMA_Util::getUniqueCondition(
$result, count($table_search->getColumnNames()), $fields_meta, $tmpRow,
true