Fixnut preklep
authorThomas Mudrunka <tomas@mudrunka.cz>
Fri, 24 Feb 2012 19:48:35 +0000 (20:48 +0100)
committerThomas Mudrunka <tomas@mudrunka.cz>
Fri, 24 Feb 2012 19:48:35 +0000 (20:48 +0100)
index.php

index 3d5d5a49a7c01459b62db907fd10f20183f7c104..ba252042a98f7295dd2beebdf181eae6d2bc8e49 100755 (executable)
--- 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).',';
                                        }
                                }
                        }
This page took 0.160644 seconds and 4 git commands to generate.