From c9edc82903a893684d519957e0dceecfd58efb73 Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Thu, 5 Apr 2012 15:49:13 +0200 Subject: [PATCH] Oprava google linku --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index c554f6d..389587f 100755 --- a/index.php +++ b/index.php @@ -390,7 +390,7 @@ EOF; //$condition = $relations_conditions[$destination[2]]($table,$id); if(!eval($relations_conditions[$destination[2]])) continue; } - @$table[$id][$class.$suffix_relations] .= $this->link($destination[0], $destination_url).','; + @$table[$id][$class.$suffix_relations] .= $this->link($destination[0], $destination_url, false).','; } } } -- 2.30.2