Fixed a bug and wrong texts

pull/1/head
root 16 years ago
parent 664a1b2c2a
commit 3756cd5236

@ -57,7 +57,7 @@
$row = mysql_fetch_assoc($res);
$_GET['userid'] = intval($row['id']);
} 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";
@ -88,7 +88,7 @@
$row = mysql_fetch_assoc($res);
$_GET['userid'] = intval($row['id']);
} else {
printf(_("No domains found matching %s"), $email);
printf(_("No organisational domains found matching %s"), $domain);
}
}

Loading…
Cancel
Save