<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
    Dear vtiger Team,<br>
    <br>
    There is a file ...\modules\Users\DefaultDataPopulator.php<br>
    In the line 2278 there is a function:<br>
        <big><b>function vtws_addFieldTypeInformation()</b></big> {<br>
            $fieldTypeInfo = array('picklist' => array(15, 16),
    'text' => array(19, 20, 21, 24), 'autogenerated' => array(3),
    'phone' => array(11),<br>
                'multipicklist' => array(33), 'url' => array(17),
    'skype' => array(85), 'boolean' => array(56, 156), 'owner'
    => array(53),<br>
                'file' => array(61, 28), 'email' => array(13),
    'currency' => array(71, 72));<br>
    <br>
            foreach ($fieldTypeInfo as $type => $uitypes) {<br>
                foreach ($uitypes as $uitype) {<br>
                    $result = $this->db->pquery("insert into
    vtiger_ws_fieldtype(uitype,fieldtype) values(?,?)", array($uitype,
    $type));<br>
                    if (!is_object($result)) {<br>
                       <b><font color="#ff0000"> "Query for fieldtype
        details($uitype:uitype,$type:fieldtype)";</font></b><br>
                    }<br>
                }<br>
            }<br>
    <br>
            $this->vtws_addReferenceTypeInformation();<br>
        }<br>
    <br>
    About the line 2287 there is a string (highlighted with red, bold)
    without any action like echo or something.<br>
    <br>
    The similar functions around this used echo to echo the error
    message in the case of faults.<br>
    <br>
    Kindest regards:<br>
    Istvan<br>
    <br>
    <div class="moz-signature">-- <br>
      üdvözlettel:<br>
      <br>
      <b>Holbok István</b><br>
      <br>
      +3670-342-0900<br>
      <b>e-mail:</b> <a class="moz-txt-link-abbreviated" href="mailto:holbok@gmail.com">holbok@gmail.com</a><br>
      <b>SkyPe:</b> holboki<br>
      <br>
    </div>
  </body>
</html>