Closed (fixed)
Project:
Nameday
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Feb 2011 at 23:48 UTC
Updated:
12 Jul 2011 at 12:32 UTC
Hello,
You could change this function to explode() instead in your scripts, becouse split() is deprecated in PHP 5.3.
Comments
Comment #1
sajt commentedIt is not a nice thing. I using it form the php version 3.
Comment #2
turek commentedBut when you use PHP 5.3 or newer you'll get many warnings:
Deprecated function: Function split() is deprecated in nameday_install() (line 75 of drupal\sites\all\modules\nameday\nameday.install).
Comment #3
kalman.hosszu commentedHi,
thanks for your request!
I changed the slip function to explode, so it's available in the new relases.
Cheers
Kalman