The branch, QA_3_4 has been updated via 2d1b7bff0cc4a2f5a5937f2fd3df345561b2a67b (commit) from a6fc7ac92836e6e25cb8efc98c014a0e3a7e55ca (commit)
- Log ----------------------------------------------------------------- commit 2d1b7bff0cc4a2f5a5937f2fd3df345561b2a67b Author: Madhura Jayaratne madhura.cj@gmail.com Date: Mon Oct 10 22:57:45 2011 +0530
Proper layout for table maintenance page
-----------------------------------------------------------------------
Summary of changes: tbl_operations.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tbl_operations.php b/tbl_operations.php index 28530da..fb190fe 100644 --- a/tbl_operations.php +++ b/tbl_operations.php @@ -717,6 +717,7 @@ if (! (isset($db_is_information_schema) && $db_is_information_schema)) { <?php } ?> +<br class="clearfloat"> <?php if (PMA_Partition::havePartitioning()) { $partition_names = PMA_Partition::getPartitionNames($db, $table); // show the Partition maintenance section only if we detect a partition
hooks/post-receive