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:
Diffstat (limited to 'browse_foreigners.php')
-rw-r--r--browse_foreigners.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse_foreigners.php b/browse_foreigners.php
index fbfb3bbad9..f18ce72f93 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -153,7 +153,7 @@ if (isset($disp) && $disp) {
$value = (($foreign_display != FALSE) ? htmlspecialchars(substr($vtitle, 0, $cfg['LimitChars']) . '...') : '');
}
- if ($count > $cfg['RepeatCells']) {
+ if ($cfg['RepeatCells'] > 0 && $count > $cfg['RepeatCells']) {
echo $header;
$count = -1;
}