From 3756cd5236f110b75493fee8cf93fc84c761557f Mon Sep 17 00:00:00 2001 From: root Date: Sun, 21 Sep 2008 03:35:44 +0000 Subject: [PATCH] Fixed a bug and wrong texts --- pages/account/49.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/account/49.php b/pages/account/49.php index 5d33964..d8c5c0f 100644 --- a/pages/account/49.php +++ b/pages/account/49.php @@ -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); } }