From 8b360cf7e078fede018cd3dea48b33835297e23a Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 20 Mar 2007 19:07:55 +0000 Subject: #126128: Remove accidental commit of garland_username() --- themes/garland/template.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/themes/garland/template.php b/themes/garland/template.php index d3f89de16..84f136d7c 100644 --- a/themes/garland/template.php +++ b/themes/garland/template.php @@ -86,11 +86,3 @@ function phptemplate_menu_local_tasks() { return $output; } - -function garland_username($object) { - return _phptemplate_callback('username', - array( - 'username' => check_plain($object->name), - 'userpage' => l($object->name, 'user/'. $object->uid))); -} - -- cgit v1.2.3