← Back to team overview

mahara-contributors team mailing list archive

[Bug 1079451] A change has been merged

 

Reviewed:  https://reviews.mahara.org/1848
Committed: http://gitorious.org/mahara/mahara/commit/e00859432b81ef5a0ee5b4649e269d8b4cd85cc4
Submitter: Son Nguyen (son.nguyen@xxxxxxxxxxxxxxx)
Branch:    master

commit e00859432b81ef5a0ee5b4649e269d8b4cd85cc4
Author: Son Nguyen <son.nguyen@xxxxxxxxxxxxxxx>
Date:   Tue Nov 20 09:15:07 2012 +1300

    Replace the deprecated split() (Bug #1079451)
    
    split() will be replaced by explode() if using a string as a delimiter
    and by preg_split() if using regular expression
    
    Change-Id: I93a84150197fb290f89a04f10d5f0fd1e380f0da
    Signed-off-by: Son Nguyen <son.nguyen@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/1079451

Title:
  split function is deprecated but still used

Status in Mahara ePortfolio:
  In Progress

Bug description:
  http://php.net/manual/en/function.split.php

  One example is htdocs/lib/mahara.php line 1046

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1079451/+subscriptions


References