From a3a48d8986fc9b7d2d423b45cdcc451f7fff3c01 Mon Sep 17 00:00:00 2001 From: Greg Dunlap Date: Wed, 22 Feb 2012 21:17:06 -0800 Subject: [PATCH] Removed unnecessary todo --- core/includes/config.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/includes/config.inc b/core/includes/config.inc index cd34d8861be..4bcfe0436d1 100644 --- a/core/includes/config.inc +++ b/core/includes/config.inc @@ -196,8 +196,6 @@ function config_xml_to_array($data) { * @return * A representation of this array or object in the native configuration * format. - * - * @todo This needs to work for objects as well and currently doesn't. */ function config_encode($data) { // Convert the supplied array into a SimpleXMLElement.