From b1f535eb5e822dc2e16f687bb0a69c8643224d87 Mon Sep 17 00:00:00 2001
From: Anika Henke <anika@selfthinker.org>
Date: Mon, 4 Nov 2013 01:24:22 +0000
Subject: [PATCH] removed deprecated html_attbuild()

---
 inc/html.php | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/inc/html.php b/inc/html.php
index bbe29e371..7f473cdb6 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -27,20 +27,6 @@ function html_wikilink($id,$name=null,$search=''){
     return $xhtml_renderer->internallink($id,$name,$search,true,'navigation');
 }
 
-/**
- * Helps building long attribute lists
- *
- * @deprecated Use buildAttributes instead
- * @author Andreas Gohr <andi@splitbrain.org>
- */
-function html_attbuild($attributes){
-    $ret = '';
-    foreach ( $attributes as $key => $value ) {
-        $ret .= $key.'="'.formText($value).'" ';
-    }
-    return trim($ret);
-}
-
 /**
  * The loginform
  *
-- 
GitLab