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>2004-01-02 16:21:38 +0300
committerMarc Delisle <marc@infomarc.info>2004-01-02 16:21:38 +0300
commit0644a19bec0e5a2051bcd5dcacd56201ec32892c (patch)
tree39c56dc41e68cf1e74d879b3d18590f249b4fb22 /browse_foreigners.php
parent0a712c59bf3b9825e42e4f154b94ad702a63c7cb (diff)
foreigners window and RepeatCells
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;
}