From 63d50bf4568fc15672b2aaa66388de46481e5ad4 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Tue, 30 Jun 2015 09:11:32 -0400 Subject: [PATCH] putting WxH back again --- html/includes/functions.inc.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index 18221ffc7..4691db5fd 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -341,8 +341,6 @@ function generate_graph_tag($args) $h = 0; foreach ($args as $key => $arg) { - if(strtolower($key) == 'width') - $w = $arg; switch (strtolower($key)) { case 'width': $w = $arg; @@ -353,8 +351,7 @@ function generate_graph_tag($args) $urlargs[] = $key."=".urlencode($arg); } - //return ''; - return ''; + return ''; }