More deprecated php methods

This commit is contained in:
Tony Landis
2009-03-25 22:30:13 -06:00
parent 1225cb10c0
commit 76a81f02fd
6 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ class CORE_method
{
if(!empty($VAR['do'][$i]))
{
if(ereg(":", $VAR['do'][$i]))
if(preg_match("/:/", $VAR['do'][$i]))
{
$identifier = explode(':',$VAR['do'][$i]);
$module = $identifier[0];