diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-11-17 12:50:47 -0800 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-11-17 12:50:47 -0800 |
commit | 9464f316b5a199fe6921d52a51029d60f5e30ceb (patch) | |
tree | 44ac76b534e16cc736255ed49afe82a9cc812375 /inc/html.php | |
parent | ad72cb390239ebdbb57f05f2a3c95ad52f6285cd (diff) | |
parent | 13054fbf5e7e9dd2c2544a358603cd8f195f9996 (diff) | |
download | rpg-9464f316b5a199fe6921d52a51029d60f5e30ceb.tar.gz rpg-9464f316b5a199fe6921d52a51029d60f5e30ceb.tar.bz2 |
Merge pull request #406 from splitbrain/remove-deprecated-stuff
Remove deprecated stuff
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/inc/html.php b/inc/html.php index bbe29e371..7f473cdb6 100644 --- a/inc/html.php +++ b/inc/html.php @@ -28,20 +28,6 @@ function html_wikilink($id,$name=null,$search=''){ } /** - * 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 * * @author Andreas Gohr <andi@splitbrain.org> |