svncommit
2006-08-07 90022ee3d12f538af87bc01650b0e00ae87ef69d
fixed 'ifame' typo


1 files modified
2 ■■■ changed files
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -1473,7 +1473,7 @@
  $attrib['src'] = './?'.str_replace('_frame=', ($ctype_primary=='text' ? '_show=' : '_preload='), $_SERVER['QUERY_STRING']);
  $attrib_str = create_attrib_string($attrib, array('id', 'class', 'style', 'src', 'width', 'height'));
  $out = '<iframe '. $attrib_str . "></ifame>";
  $out = '<iframe '. $attrib_str . "></iframe>";
    
  return $out;
  }