Fixed a bug in the voip and module modules.

This commit is contained in:
neen
2009-04-27 19:42:27 -07:00
parent 068a5a2971
commit 1b2d4fc914
2 changed files with 2 additions and 2 deletions

View File

@@ -685,7 +685,7 @@ class module
if(ereg('[(]',$t_s))
{
$ts = explode('[(]',$t_s);
$ts = explode('(',$t_s);
$type = $ts[0];
$size = ereg_replace('[)]', '', $ts[1]);
$flds[] = Array($field, $type, $size);