From 40a9d669c6b862a3656ddce95bbb04ee75978b13 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 30 Sep 2009 14:35:00 +0000 Subject: [PATCH] Changed tag types array name. --- includes/types.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/types.inc b/includes/types.inc index 7df363ab..f9acce38 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -286,7 +286,7 @@ $stock_types = array( define('TAG_ACCOUNT', 1); define('TAG_DIMENSION', 2); -$tag_types_array = array ( +$tag_types = array ( TAG_ACCOUNT => _("Account"), TAG_DIMENSION => _("Dimension") ); -- 2.30.2