Removed unnecessary todo

8.0.x
Greg Dunlap 2012-02-22 21:17:06 -08:00
parent ca422ecba2
commit a3a48d8986
1 changed files with 0 additions and 2 deletions

View File

@ -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.