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:
authorMichal Čihař <michal@cihar.com>2012-04-27 13:33:26 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 13:33:26 +0400
commit397b6fd00e38929f66f5db95d8e0390b79336bdd (patch)
treee365b39797cb747e10eb59690db41c79570d3ca1 /tbl_tracking.php
parente6cca75875cf2dd08ab1cf51501ee01f505a54c4 (diff)
Cleanup spacing after @return
Diffstat (limited to 'tbl_tracking.php')
-rw-r--r--tbl_tracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_tracking.php b/tbl_tracking.php
index 0c2b4c460c..e4533da2b2 100644
--- a/tbl_tracking.php
+++ b/tbl_tracking.php
@@ -57,7 +57,7 @@ if (isset($_REQUEST['report_export'])) {
* @param string "to" date
* @param string users
*
- * @return array filtered entries
+ * @return array filtered entries
*
*/
function PMA_filter_tracking($data, $filter_ts_from, $filter_ts_to, $filter_users)