MantisBT: master b4b10a45

Author Committer Branch Timestamp Parent
dhx dhx master 2009-10-05 03:41 master 2fe93425
Affected Issues  0010975: eregi_replace() is deprecated in PHP 5.3.0, use preg_replace() with the 'i' modifier instead
Changeset

Fix 0010975: eregi_replace() is deprecated

eregi_replace() is deprecated in PHP 5.3.0 and should be replaced with
preg_replace instead (with the 'i' modifier for case insentive
matching).

mod - core/print_api.php Diff File