diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-18 19:23:18 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-18 19:23:18 -0400 |
commit | 9261e48ef039869fb3709d374b7e4346d8773a49 (patch) | |
tree | c12f828e9ffb321d8a7a0282b3892adf48c94788 /lib/util.php | |
parent | f5606b6aa3868d777c6c697cf1bbc5348cb2ccc3 (diff) |
Removed dead code.
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util.php b/lib/util.php index 25c0fb0a1..fbef8764a 100644 --- a/lib/util.php +++ b/lib/util.php @@ -496,11 +496,6 @@ function common_linkify($url) { } $attrs = array('href' => $longurl, 'rel' => 'external'); -if(0){ - if ($longurl !== $url) { - $attrs['title'] = $longurl; - } -} return XMLStringer::estring('a', $attrs, $display); } |