More deprecated php methods

This commit is contained in:
Tony Landis
2009-03-25 22:30:13 -06:00
parent c2dfaaf4e0
commit 3b81e69651
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];