Oprava google linku
authorThomas Mudrunka <tomas@mudrunka.cz>
Thu, 5 Apr 2012 13:49:13 +0000 (15:49 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Thu, 5 Apr 2012 13:49:13 +0000 (15:49 +0200)
index.php

index c554f6dc273b89326756af37c0bce8ac865f41c7..389587fd29c96ebdad887d7355e473313d5d2fb7 100755 (executable)
--- 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).',';
                                        }
                                }
                        }
This page took 0.1223 seconds and 4 git commands to generate.