summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-03-20 19:07:55 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-03-20 19:07:55 +0000
commit8b360cf7e078fede018cd3dea48b33835297e23a (patch)
treea9e8fde1de227d1be988ebfb913fe889631baba4 /themes
parent259c876b296cde098b8fd80718ab492ce0286573 (diff)
downloadbrdo-8b360cf7e078fede018cd3dea48b33835297e23a.tar.gz
brdo-8b360cf7e078fede018cd3dea48b33835297e23a.tar.bz2
#126128: Remove accidental commit of garland_username()
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/template.php8
1 files changed, 0 insertions, 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)));
-}
-