summaryrefslogtreecommitdiff
path: root/lib/util.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-05-18 23:28:48 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-05-18 23:28:48 +0000
commit8d68c5238dfed8872e8ef3bf128d018cc974cdab (patch)
tree60434542677d1769ecb0cc657a3ea1a2d9be3e46 /lib/util.php
parent8b5bcae58fba59734a566315f04499fcc1433c75 (diff)
parent9261e48ef039869fb3709d374b7e4346d8773a49 (diff)
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php5
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);
}