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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-03-18 09:35:26 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-03-18 09:35:26 +0300
commitc27d16f95f566d92bc70a640eb007f0adb27e808 (patch)
treeb0cffd1fc9a73258e00c2922c95cf3f4223b785d /db_central_columns.php
parent24db9d5cded1a2083da19d464a80e7784001773d (diff)
Starts with a odd row
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'db_central_columns.php')
-rw-r--r--db_central_columns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_central_columns.php b/db_central_columns.php
index 453326dd39..997cffca18 100644
--- a/db_central_columns.php
+++ b/db_central_columns.php
@@ -114,7 +114,7 @@ $tableheader = PMA_getCentralColumnsTableHeader(
);
$response->addHTML($tableheader);
$result = PMA_getColumnsList($db, $pos, $max_rows);
-$odd_row = false;
+$odd_row = true;
$row_num=0;
foreach ($result as $row) {
$tableHtmlRow = PMA_getHTMLforCentralColumnsTableRow(