From 265d267d8192b5674cf974e0d0429cdf50087cc2 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 16 Jul 2008 16:53:59 -0400 Subject: remove tag URI stuff; unused and confusing darcs-hash:20080716205359-84dde-590916f8812c7c03a2b81b3e7aeb021194ac0f25.gz --- lib/util.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/util.php') diff --git a/lib/util.php b/lib/util.php index 997f32430..1aa9d2944 100644 --- a/lib/util.php +++ b/lib/util.php @@ -998,13 +998,6 @@ function common_notice_form($action=NULL, $content=NULL) { common_element_end('form'); } -function common_mint_tag($extra) { - global $config; - return - 'tag:'.$config['tag']['authority'].','. - $config['tag']['date'].':'.$config['tag']['prefix'].$extra; -} - # Should make up a reasonable root URL function common_root_url() { -- cgit v1.2.3-54-g00ecf