Fix: Missing name
This commit is contained in:
parent
cb37a8475a
commit
f3a966a313
@ -154,7 +154,7 @@ if ($resql)
|
|||||||
if ($obj->fk_user)
|
if ($obj->fk_user)
|
||||||
{
|
{
|
||||||
$userstatic->id=$obj->fk_user;
|
$userstatic->id=$obj->fk_user;
|
||||||
$userstatic->nom=$obj->login;
|
$userstatic->lastname=$obj->login;
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@ -152,7 +152,7 @@ if ($_socid > 0)
|
|||||||
print '<td>'.dol_print_date($db->jdate($obj->dc),"dayhour").'</td>';
|
print '<td>'.dol_print_date($db->jdate($obj->dc),"dayhour").'</td>';
|
||||||
print '<td>'.$obj->price_level.' </td>';
|
print '<td>'.$obj->price_level.' </td>';
|
||||||
$userstatic->id=$obj->uid;
|
$userstatic->id=$obj->uid;
|
||||||
$userstatic->nom=$obj->login;
|
$userstatic->lastname=$obj->login;
|
||||||
print '<td align="right">'.$userstatic->getNomUrl(1).'</td>';
|
print '<td align="right">'.$userstatic->getNomUrl(1).'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
$i++;
|
$i++;
|
||||||
|
|||||||
@ -322,14 +322,14 @@ if ($id > 0 || ! empty($ref))
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['lastname'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['lastname'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -313,14 +313,14 @@ if ($id > 0 || ! empty($ref))
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['lastname'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['lastname'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -308,14 +308,14 @@ if ($id > 0 || ! empty($ref))
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['lastname'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['lastname'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -604,8 +604,8 @@ if ($conf->deplacement->enabled && $user->rights->deplacement->lire)
|
|||||||
$deplacementstatic->ref=$objp->rowid;
|
$deplacementstatic->ref=$objp->rowid;
|
||||||
$deplacementstatic->id=$objp->rowid;
|
$deplacementstatic->id=$objp->rowid;
|
||||||
$userstatic->id=$objp->uid;
|
$userstatic->id=$objp->uid;
|
||||||
$userstatic->nom=$objp->name;
|
$userstatic->lastname=$objp->name;
|
||||||
$userstatic->prenom=$objp->firstname;
|
$userstatic->firstname=$objp->firstname;
|
||||||
print '<tr '.$bc[$var].'>';
|
print '<tr '.$bc[$var].'>';
|
||||||
print '<td>'.$deplacementstatic->getNomUrl(1).'</td>';
|
print '<td>'.$deplacementstatic->getNomUrl(1).'</td>';
|
||||||
print '<td>'.$userstatic->getNomUrl(1).'</td>';
|
print '<td>'.$userstatic->getNomUrl(1).'</td>';
|
||||||
|
|||||||
@ -913,6 +913,9 @@ class Contact extends CommonObject
|
|||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
|
if (empty($this->lastname)) $this->lastname=($this->name?$this->name:$this->nom);
|
||||||
|
if (empty($this->firstname)) $this->firstname=($this->firstname?$this->firstname:$this->prenom);
|
||||||
|
|
||||||
$ret='';
|
$ret='';
|
||||||
if ($option && $this->civilite_id)
|
if ($option && $this->civilite_id)
|
||||||
{
|
{
|
||||||
@ -925,15 +928,15 @@ class Contact extends CommonObject
|
|||||||
|
|
||||||
if ($nameorder)
|
if ($nameorder)
|
||||||
{
|
{
|
||||||
if ($this->firstname) $ret.=$this->firstname;
|
$ret.=$this->firstname;
|
||||||
if ($this->firstname && $this->name) $ret.=' ';
|
if ($this->firstname && $this->lastname) $ret.=' ';
|
||||||
if ($this->name) $ret.=$this->name;
|
$ret.=$this->lastname;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($this->name) $ret.=$this->name;
|
$ret.=$this->lastname;
|
||||||
if ($this->firstname && $this->name) $ret.=' ';
|
if ($this->firstname && $this->lastname) $ret.=' ';
|
||||||
if ($this->firstname) $ret.=$this->firstname;
|
$ret.=$this->firstname;
|
||||||
}
|
}
|
||||||
return trim($ret);
|
return trim($ret);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -308,14 +308,14 @@ if ($id > 0)
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['lastname'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['lastname'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -146,8 +146,8 @@ class FormActions
|
|||||||
print '<td title="'.dol_escape_htmltag($action->label).'">'.dol_trunc($action->label,32).'</td>';
|
print '<td title="'.dol_escape_htmltag($action->label).'">'.dol_trunc($action->label,32).'</td>';
|
||||||
$userstatic = new User($this->db);
|
$userstatic = new User($this->db);
|
||||||
$userstatic->id = $action->author->id;
|
$userstatic->id = $action->author->id;
|
||||||
$userstatic->prenom = $action->author->firstname;
|
$userstatic->firstname = $action->author->firstname;
|
||||||
$userstatic->nom = $action->author->lastname;
|
$userstatic->lastname = $action->author->lastname;
|
||||||
print '<td>'.$userstatic->getNomUrl(1).'</td>';
|
print '<td>'.$userstatic->getNomUrl(1).'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
@ -739,7 +739,7 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
|
|||||||
// Info
|
// Info
|
||||||
print '<td align="center">';
|
print '<td align="center">';
|
||||||
$userstatic->id=$val['fk_user_c'];
|
$userstatic->id=$val['fk_user_c'];
|
||||||
$userstatic->nom=$val['login_c'];
|
$userstatic->lastname=$val['login_c'];
|
||||||
$htmltooltip='<b>'.$langs->trans("ECMSection").'</b>: '.$val['label'].'<br>';
|
$htmltooltip='<b>'.$langs->trans("ECMSection").'</b>: '.$val['label'].'<br>';
|
||||||
$htmltooltip='<b>'.$langs->trans("Type").'</b>: '.$langs->trans("ECMSectionManual").'<br>';
|
$htmltooltip='<b>'.$langs->trans("Type").'</b>: '.$langs->trans("ECMSectionManual").'<br>';
|
||||||
$htmltooltip.='<b>'.$langs->trans("ECMCreationUser").'</b>: '.$userstatic->getNomUrl(1).'<br>';
|
$htmltooltip.='<b>'.$langs->trans("ECMCreationUser").'</b>: '.$userstatic->getNomUrl(1).'<br>';
|
||||||
|
|||||||
@ -298,14 +298,14 @@ if ($id > 0)
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['lastname'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['lastname'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -303,14 +303,14 @@ if ($id > 0 || ! empty($ref))
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['lastname'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['lastname'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -223,8 +223,8 @@ if ($resql)
|
|||||||
print "<tr $bc[$var]>";
|
print "<tr $bc[$var]>";
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$userstatic->id=$obj->rowid;
|
$userstatic->id=$obj->rowid;
|
||||||
$userstatic->nom=$obj->name;
|
$userstatic->lastname=$obj->name;
|
||||||
$userstatic->prenom=$obj->firstname;
|
$userstatic->firstname=$obj->firstname;
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|||||||
@ -299,14 +299,14 @@ if ($id > 0)
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['lastname'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['lastname'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -321,7 +321,7 @@ if ($resql)
|
|||||||
// Author
|
// Author
|
||||||
print '<td>';
|
print '<td>';
|
||||||
$userstatic->id=$objp->fk_user_author;
|
$userstatic->id=$objp->fk_user_author;
|
||||||
$userstatic->nom=$objp->login;
|
$userstatic->lastname=$objp->login;
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
// Value
|
// Value
|
||||||
|
|||||||
@ -245,7 +245,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
print '<input type="hidden" name="id" value="'.$id.'">';
|
print '<input type="hidden" name="id" value="'.$id.'">';
|
||||||
|
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
print "<tr $bc[$var]>";
|
print "<tr ".$bc[$var].">";
|
||||||
|
|
||||||
print '<td nowrap="nowrap">';
|
print '<td nowrap="nowrap">';
|
||||||
print img_object('','contact').' '.$langs->trans("ThirdPartyContacts");
|
print img_object('','contact').' '.$langs->trans("ThirdPartyContacts");
|
||||||
@ -327,14 +327,14 @@ if ($id > 0 || ! empty($ref))
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['nom'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['nom'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -328,14 +328,14 @@ if ($id > 0 || ! empty($ref))
|
|||||||
if ($tab[$i]['source']=='internal')
|
if ($tab[$i]['source']=='internal')
|
||||||
{
|
{
|
||||||
$userstatic->id=$tab[$i]['id'];
|
$userstatic->id=$tab[$i]['id'];
|
||||||
$userstatic->nom=$tab[$i]['nom'];
|
$userstatic->lastname=$tab[$i]['lastname'];
|
||||||
$userstatic->prenom=$tab[$i]['firstname'];
|
$userstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
if ($tab[$i]['source']=='external')
|
if ($tab[$i]['source']=='external')
|
||||||
{
|
{
|
||||||
$contactstatic->id=$tab[$i]['id'];
|
$contactstatic->id=$tab[$i]['id'];
|
||||||
$contactstatic->name=$tab[$i]['nom'];
|
$contactstatic->lastname=$tab[$i]['lastname'];
|
||||||
$contactstatic->firstname=$tab[$i]['firstname'];
|
$contactstatic->firstname=$tab[$i]['firstname'];
|
||||||
print $contactstatic->getNomUrl(1);
|
print $contactstatic->getNomUrl(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -603,8 +603,8 @@ abstract class ActionsCardCommon
|
|||||||
foreach($listsalesrepresentatives as $val)
|
foreach($listsalesrepresentatives as $val)
|
||||||
{
|
{
|
||||||
$userstatic->id=$val['id'];
|
$userstatic->id=$val['id'];
|
||||||
$userstatic->nom=$val['name'];
|
$userstatic->lastname=$val['name'];
|
||||||
$userstatic->prenom=$val['firstname'];
|
$userstatic->firstname=$val['firstname'];
|
||||||
$this->tpl['sales_representatives'].= $userstatic->getNomUrl(1);
|
$this->tpl['sales_representatives'].= $userstatic->getNomUrl(1);
|
||||||
$i++;
|
$i++;
|
||||||
if ($i < $nbofsalesrepresentative) $this->tpl['sales_representatives'].= ', ';
|
if ($i < $nbofsalesrepresentative) $this->tpl['sales_representatives'].= ', ';
|
||||||
|
|||||||
@ -1802,8 +1802,8 @@ else
|
|||||||
foreach($listsalesrepresentatives as $val)
|
foreach($listsalesrepresentatives as $val)
|
||||||
{
|
{
|
||||||
$userstatic->id=$val['id'];
|
$userstatic->id=$val['id'];
|
||||||
$userstatic->nom=$val['name'];
|
$userstatic->lastname=$val['name'];
|
||||||
$userstatic->prenom=$val['firstname'];
|
$userstatic->firstname=$val['firstname'];
|
||||||
print $userstatic->getNomUrl(1);
|
print $userstatic->getNomUrl(1);
|
||||||
$i++;
|
$i++;
|
||||||
if ($i < $nbofsalesrepresentative) print ', ';
|
if ($i < $nbofsalesrepresentative) print ', ';
|
||||||
|
|||||||
@ -1717,6 +1717,9 @@ class User extends CommonObject
|
|||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
|
if (empty($this->lastname)) $this->lastname=($this->name?$this->name:$this->nom);
|
||||||
|
if (empty($this->firstname)) $this->firstname=($this->firstname?$this->firstname:$this->prenom);
|
||||||
|
|
||||||
$ret='';
|
$ret='';
|
||||||
if ($option && $this->civilite_id)
|
if ($option && $this->civilite_id)
|
||||||
{
|
{
|
||||||
@ -1729,15 +1732,15 @@ class User extends CommonObject
|
|||||||
|
|
||||||
if ($nameorder)
|
if ($nameorder)
|
||||||
{
|
{
|
||||||
if ($this->firstname) $ret.=$this->firstname;
|
$ret.=$this->firstname;
|
||||||
if ($this->firstname && $this->lastname) $ret.=' ';
|
if ($this->firstname && $this->lastname) $ret.=' ';
|
||||||
if ($this->lastname) $ret.=$this->lastname;
|
$ret.=$this->lastname;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($this->lastname) $ret.=$this->lastname;
|
$ret.=$this->lastname;
|
||||||
if ($this->firstname && $this->lastname) $ret.=' ';
|
if ($this->firstname && $this->lastname) $ret.=' ';
|
||||||
if ($this->firstname) $ret.=$this->firstname;
|
$ret.=$this->firstname;
|
||||||
}
|
}
|
||||||
|
|
||||||
return trim($ret);
|
return trim($ret);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user