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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-19 20:55:39 +0300
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-03-19 20:55:39 +0300
commit817e790762d33c1b216636ef20929d8473804eee (patch)
treed95a69f9bee45619b49c5ac88159a02d9bd04e8d /pdf_pages.php
parentb800466c912d1f2560992bbbe862a23b4c530913 (diff)
synced/fixed vim line
Diffstat (limited to 'pdf_pages.php')
-rw-r--r--pdf_pages.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/pdf_pages.php b/pdf_pages.php
index 7d63f6f8b2..a7edf76237 100644
--- a/pdf_pages.php
+++ b/pdf_pages.php
@@ -1,6 +1,6 @@
<?php
+/* vim: set expandtab sw=4 ts=4 sts=4: */
/* $Id$ */
-// vim: expandtab sw=4 ts=4 sts=4:
/**
* Gets some core libraries
@@ -85,7 +85,7 @@ if ($cfgRelation['pdfwork']) {
if (isset($auto_layout_internal) || isset($auto_layout_innodb)) {
$all_tables = array();
}
-
+
if (isset($auto_layout_innodb)) {
// get the tables list
$tables = PMA_DBI_get_tables_full($db);
@@ -184,8 +184,8 @@ if ($cfgRelation['pdfwork']) {
$delta *= $delta_mult;
break;
} // end switch
- } // end foreach
- } // end if some auto-layout to do
+ } // end foreach
+ } // end if some auto-layout to do
$chpage = $pdf_page_number;