Fixed a bug and wrong texts
This commit is contained in:
parent
664a1b2c2a
commit
3756cd5236
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
$row = mysql_fetch_assoc($res);
|
$row = mysql_fetch_assoc($res);
|
||||||
$_GET['userid'] = intval($row['id']);
|
$_GET['userid'] = intval($row['id']);
|
||||||
} else {
|
} else {
|
||||||
// printf(_("No domains found matching %s"), $email);
|
printf(_("No personal domains found matching %s"), $domain);
|
||||||
}
|
}
|
||||||
|
|
||||||
$query = "select `orgid`,`domain` from `orgdomains` where `domain` like '$domainsearch' or `id`='$domain' limit 100";
|
$query = "select `orgid`,`domain` from `orgdomains` where `domain` like '$domainsearch' or `id`='$domain' limit 100";
|
||||||
|
@ -88,7 +88,7 @@
|
||||||
$row = mysql_fetch_assoc($res);
|
$row = mysql_fetch_assoc($res);
|
||||||
$_GET['userid'] = intval($row['id']);
|
$_GET['userid'] = intval($row['id']);
|
||||||
} else {
|
} else {
|
||||||
printf(_("No domains found matching %s"), $email);
|
printf(_("No organisational domains found matching %s"), $domain);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue