The Translation Management module on icl_core/icl_core.module calls the deprecated function split. The attached patch replaces the call of split with explode.
This issue is similar to http://drupal.org/node/1134576

Comments

stefgosselin’s picture

Status: Active » Reviewed & tested by the community

Landed here to post the same fix.

JeroenBrijns’s picture

Title: Use of deprecated function split » Use of deprecated function split + notice message in container
StatusFileSize
new1.89 KB
miro_dietiker’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

Currently we're reimplementing this module from scratch in our codesprint:
http://drupalevents.ch/drupal/codesprint-2012

Thus all current bug reports and feature requests are dropped. Please recheck once the the sprint is completed.

hectorelgomez’s picture

Thanks, works perfectly!