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>2012-04-13 20:20:26 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2012-04-13 20:20:26 +0400
commitea800101cb1f4242ccf629c73d91f2a876dbfb19 (patch)
tree44b32c389a1b9f208c3e75dde2c6580ca07acd7c /tbl_tracking.php
parentfa9aaea8c0f409cfd6f131de6b808de1a4851008 (diff)
Fix Checkstyle Warnings - Type: BraceOnSameLine
Diffstat (limited to 'tbl_tracking.php')
-rw-r--r--tbl_tracking.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tbl_tracking.php b/tbl_tracking.php
index e207b710e6..ae0f0388a8 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -60,7 +60,8 @@ if (isset($_REQUEST['report_export'])) {
* @return array filtered entries
*
*/
- function PMA_filter_tracking($data, $filter_ts_from, $filter_ts_to, $filter_users) {
+ function PMA_filter_tracking($data, $filter_ts_from, $filter_ts_to, $filter_users)
+ {
$tmp_entries = array();
$id = 0;
foreach ( $data as $entry ) {