From: Thomas Mudrunka Date: Fri, 24 Feb 2012 19:48:35 +0000 (+0100) Subject: Fixnut preklep X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=2195f218a9642d767c949d9935b1d940b8c89509;p=mirrors%2FSokoMan.git Fixnut preklep --- diff --git a/index.php b/index.php index 3d5d5a4..ba25204 100755 --- a/index.php +++ b/index.php @@ -359,7 +359,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, !isset($destination[2])).','; + @$table[$id][$class.$suffix_relations] .= $this->link($destination[0], $destination_url).','; } } }