From 771c08f2e69d02084a4a08b62e8da7d20bb99f49 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Mon, 29 Jun 2015 12:49:39 -0400 Subject: [PATCH] scratch that, reverse it --- html/includes/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/functions.inc.php b/html/includes/functions.inc.php index a93292381..77b119f78 100644 --- a/html/includes/functions.inc.php +++ b/html/includes/functions.inc.php @@ -342,7 +342,7 @@ function generate_graph_tag($args) $urlargs[] = $key."=".urlencode($arg); } - return ''; + return ''; } function generate_graph_js_state($args) {