From f1eff80c21606407f8162ed11b1e91696517e3df Mon Sep 17 00:00:00 2001 From: filip Date: Sat, 9 Jul 2016 18:59:12 +0200 Subject: Transifex cripled direct link access in a new version... ...in a way that limiting the result by the category or resource name unfortunatelly is no longer possible I leaved the old code inside in a hope that in the future we'll get that functionality back so adaptation will be easy. --- langs/report_tx_git.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'langs/report_tx_git.php') diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index 2fde17b44..e6ff57d44 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -340,14 +340,18 @@ function build_links($git_resource_name, $language_code, $resource_type, $stat_d */ function build_transifex_link($tx_language_code, $link_name = NULL, $tx_category = NULL, $tx_resource_name = NULL) { - $prefix = ""; if(is_null($link_name)) { $transifex_url .= $tx_language_code; -- cgit v1.2.1